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

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

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.