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
- Host: GitHub
- URL: https://github.com/rodrigowebdev/node-crud-api
- Owner: RodrigoWebDev
- Created: 2020-01-23T12:48:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:42:53.000Z (about 3 years ago)
- Last Synced: 2024-12-28T01:45:24.535Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```