- book shop web app build with angular, express and mongodb
- auto deployed to vercel after push to main
https://book-shop-frontend.vercel.app/
- email: test3@test.com
- password: test3test
- create a .env file in backend folder
- the .env file should contain your mongodb details
- MONGO_DB_NAME=
- MONGO_ATLAS_USER=
- MONGO_ATLAS_PW=
- MONGO_ATLAS_CLUSTER=
- run docker-comopse up (make sure docker is installed!)
- go to http://localhost:4200 and explore the project