https://github.com/waxer59/basic-node-restserver
https://github.com/waxer59/basic-node-restserver
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/waxer59/basic-node-restserver
- Owner: Waxer59
- Created: 2022-05-14T00:02:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T19:01:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T05:29:39.842Z (5 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```