You can use the online version hosted in Gh-Pages (frontend) and Heroku (backend), by clicking here.
Or you can download/clone this repo and do the following to install it an run it.
- An account on Sendgrid.
- An account on Cloudinary.
- An existing MongoDB server. It could be one locally installed or an online server.
- Go to
backend
folder. npm install
- Copy
.env.example
file to.env
file and configure the variables in there. node app.js
Your node server should be now running on http://localhost:8000
.
- Go to
frontend
folder. npm install
npm start
Your angular server should be now running on http://localhost:4200
.