NodeJS + Express + TypeScript api
A simple app with GET, PUT, POST, and DELETE endpoints for users and tasks
npm install
mongod
npm run dev
- Point you're browser to http://localhost:3000
- Invoke the example REST endpoint
curl http://localhost:3000/api/v1/examples
,curl http://localhost:3000/api/v1/users
,curl http://localhost:3000/api/v1/tasks