Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samueldosramos/node-rest
REST API made with Node.js
https://github.com/samueldosramos/node-rest
Last synced: 21 days ago
JSON representation
REST API made with Node.js
- Host: GitHub
- URL: https://github.com/samueldosramos/node-rest
- Owner: samueldosramos
- Created: 2021-11-06T19:51:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T00:56:51.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T21:43:45.607Z (about 1 month ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - samueldosramos/node-rest - REST API made with Node.js (JavaScript)
README
# Node.js REST API
A simple REST API made with [Node.js](https://nodejs.org/).
## Install
Clone this project
```
git clone [email protected]:samuelramox/node-rest.git
```Install the dependencies
```
npm i
```Finally, run this project:
```
npm run start
```## Resources:
- [Node.js](https://nodejs.org/)
- [Express](https://expressjs.com)
- [MySQL](https://www.mysql.com)