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
- Host: GitHub
- URL: https://github.com/fajar-dev/be-bloodlife
- Owner: fajar-dev
- Created: 2023-01-27T15:37:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T17:59:28.000Z (over 3 years ago)
- Last Synced: 2025-06-23T10:53:48.207Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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