Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yisus82/hackabos-final-project
- Owner: yisus82
- Created: 2019-02-23T18:31:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:35:21.000Z (almost 2 years ago)
- Last Synced: 2024-03-14T15:46:55.901Z (9 months ago)
- Topics: 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
- Language: TypeScript
- Homepage: https://yisus82.github.io/hackabos-final-project/
- Size: 6.18 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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`.