Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derpinou/sample-express-api
https://github.com/derpinou/sample-express-api
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/derpinou/sample-express-api
- Owner: Derpinou
- Created: 2021-05-11T08:42:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T09:14:22.000Z (over 3 years ago)
- Last Synced: 2024-11-12T03:32:15.722Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample-express-api
API build with express
Installation:
Install Repo:
```git clone https://github.com/Derpinou/sample-express-api```
Install depencies
```npm install```Start API:
````node server.js````