This is a basic implementation of CRUD APIs with Express.js. It can be used as a start to build more complex APIs.
- Getting started with Express.js for Java Developers
- Building rest APIs with Express.js
- Use MySQL in Node.js
- Add Swagger to an Express.js app in five minutes
Clone the repository, go to the repository directory and then run,
$ npm install
Run the below command,
$ npm run start
Then open the browser go to http://localhost:8090/api/v1/users/
, you should be able to interact with the APIs.