Skip to content

MichaelTolchinsky/book-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Shop

  • book shop web app build with angular, express and mongodb
  • auto deployed to vercel after push to main

Live Version

https://book-shop-frontend.vercel.app/

Sample user

Run locally on your machine with mongo atlas

  1. create a .env file in backend folder
  2. the .env file should contain your mongodb details
  • MONGO_DB_NAME=
  • MONGO_ATLAS_USER=
  • MONGO_ATLAS_PW=
  • MONGO_ATLAS_CLUSTER=
  1. run docker-comopse up (make sure docker is installed!)
  2. go to http://localhost:4200 and explore the project