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

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

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