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

https://github.com/waxer59/basic-node-restserver


https://github.com/waxer59/basic-node-restserver

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Run in dev mode

1. Install all the dependencies using:

```bash
npm i
```

2. Fill all the fields on `.template.env` and rename the file to `.env`

3. Run the proyect using:

```bash
npm start
```