MichaelTolchinsky / book-shop

Book Shop full stack web app build with angular, express and mongodb

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Book Shop full stack web app build with angular, express and mongodb

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


Languages

Language:TypeScript 46.8%Language:Go 23.1%Language:JavaScript 17.6%Language:HTML 10.2%Language:CSS 1.6%Language:Dockerfile 0.7%