Skip to content

c3ho/simple_crud

Repository files navigation

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