Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)