https://github.com/poonai/glorgo-backend-solution
my internship assignment solution
https://github.com/poonai/glorgo-backend-solution
Last synced: 4 months ago
JSON representation
my internship assignment solution
- Host: GitHub
- URL: https://github.com/poonai/glorgo-backend-solution
- Owner: poonai
- Created: 2017-03-18T18:25:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T14:01:08.000Z (about 8 years ago)
- Last Synced: 2025-02-13T00:49:56.435Z (4 months ago)
- Language: HTML
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# glorgo-backend-solution
my internship assignment solution hosted at heroku (http://glorgo.herokuapp.com/)
# installation
```
npm install
```
# test
```
npm test
```
# run
```
npm start
```
## dependencies
- node
- npm
- mongodb
## env variable
- MONGOURL
- PORT
- MOCHA