node-express-api

Api rest in node.js and express

About

A simple Rest API using node.js and express. Full CRUD included.

How to use

Routes: app.use('/users', userRoutes);

Return a json with all users.

image

Create a new user in json.

image

Return a json with the specific user by his id. (id provided by uuidv4)

image

Delete specific user.

image

Update user.

image