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

https://github.com/rodrigowebdev/node-crud-api

My first back-end project. A CRUD with Node.js
https://github.com/rodrigowebdev/node-crud-api

Last synced: 3 months ago
JSON representation

My first back-end project. A CRUD with Node.js

Awesome Lists containing this project

README

          

# CRUD with NODE

My first back-end project. A CRUD with Node.js

## Build With

* Javascript
* Node.js
* Express
* Nodemon

## How to Install

```
npm install
```

## How to use

Development server:
```
npm run dev
```