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
backendfolder. npm install- Copy
.env.examplefile to.envfile and configure the variables in there. node app.js
Your node server should be now running on http://localhost:8000.
- Go to
frontendfolder. npm installnpm start
Your angular server should be now running on http://localhost:4200.