https://github.com/brians-open-source-stuff/demo-api
https://github.com/brians-open-source-stuff/demo-api
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brians-open-source-stuff/demo-api
- Owner: brians-open-source-stuff
- Created: 2019-08-13T16:23:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:50:29.000Z (over 3 years ago)
- Last Synced: 2024-04-15T03:30:00.703Z (about 2 years ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo API
To use this demo run this command in the terminal:
```
npm install
```
Then create a file named `.env` in the root of the application folder and paste this contents:
```
PORT=1337
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=root
DB_DATABASE=test
```
Replace the variables with your own.
To run the demo, type `npm run dev` in the terminal.