Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 821 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 821 Bytes

MediAddicted

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.

Prerequisites

  • An account on Sendgrid.
  • An account on Cloudinary.
  • An existing MongoDB server. It could be one locally installed or an online server.

Backend

  • 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.

Frontend

  • Go to frontend folder.
  • npm install
  • npm start

Your angular server should be now running on http://localhost:4200.