https://github.com/diogosouza/simple-express-crud-api
A simple CRUD API of Books made with Express
https://github.com/diogosouza/simple-express-crud-api
crud-api express javascript nodejs
Last synced: about 1 month ago
JSON representation
A simple CRUD API of Books made with Express
- Host: GitHub
- URL: https://github.com/diogosouza/simple-express-crud-api
- Owner: diogosouza
- Created: 2020-08-13T19:26:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T12:20:19.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T14:11:15.139Z (2 months ago)
- Topics: crud-api, express, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 7
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-express-crud-api
This is just a simple CRUD API of Books made with Express. The aim is to provide an API as starting point to other implementations or tests.To start it, install Node and run:
```
npm install
npm start
```