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

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

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
```