NodeJs Express RESTful API Ensure you have nodejs >= 12 installed
Clone
git clone https://github.com/evamaina/ExpressApp
Install dependencies
npm install
Live-Reload:
npm run dev-start
Node:
npm start
npm test
| VERB | URL | ACTION |
|---|---|---|
| GET | /api/users | Get all users |
| GET | /api/users/:id | Get user by id (currently only 1-6) |