https://github.com/hvish/heymojo-be
A RESTful API for HeyMojo-FE using MongoDB and NodeJs with ExpressJs framework
https://github.com/hvish/heymojo-be
expressjs mongodb nodejs
Last synced: 4 months ago
JSON representation
A RESTful API for HeyMojo-FE using MongoDB and NodeJs with ExpressJs framework
- Host: GitHub
- URL: https://github.com/hvish/heymojo-be
- Owner: HVish
- Created: 2017-12-14T09:26:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T04:44:52.000Z (over 8 years ago)
- Last Synced: 2025-06-26T08:03:43.155Z (about 1 year ago)
- Topics: expressjs, mongodb, nodejs
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HeyMojo-BE
A RESTful API for [HeyMojo-FE](https://github.com/HVish/HeyMojo-FE) using MongoDB and NodeJs with ExpressJs framework
## Installation
```sh
$ npm install
$ cp config/local.sample.js config/local.js #fill empty local configurations in config/local.js
$ npm run dev
```
> This project requires mongodb instace running already