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

https://github.com/fajar-dev/be-bloodlife

bloodlife mobile apps API express
https://github.com/fajar-dev/be-bloodlife

Last synced: 11 months ago
JSON representation

bloodlife mobile apps API express

Awesome Lists containing this project

README

          

# node express mysql API

### Install

$ npm install

### Start app

$ npm start

### Configuration .env

PORT=
HOST =
USER =
PASS =
DB =
MONGODB_URL=

### Start app using Nodemon

$ npm run dev