Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yisus82/hackabos-final-project

Hack-a-BOS Bootcamp Final Project
https://github.com/yisus82/hackabos-final-project

angular angular7 css css3 css3-flexbox css3-mediaqueries html html-css html5 javascript js json mongo mongodb node node-js nodejs nodejs-server scss sql

Last synced: 22 days ago
JSON representation

Hack-a-BOS Bootcamp Final Project

Awesome Lists containing this project

README

        

# MediAddicted

You can use the online version hosted in Gh-Pages (frontend) and Heroku (backend), by clicking [here](https://yisus82.github.io/hackabos-final-project).

Or you can download/clone this repo and do the following to install it an run it.

## Prerequisites

- An account on [Sendgrid](https://sendgrid.com).
- An account on [Cloudinary](https://cloudinary.com).
- 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`.