Skip to content

A NodeJS + Express + TypeScript REST API. Example CRUD endpoints included against a running MongoDB instance

Notifications You must be signed in to change notification settings

rushilshah1/starter-node-api

Repository files navigation

starter-node-api

NodeJS + Express + TypeScript api

A simple app with GET, PUT, POST, and DELETE endpoints for users and tasks

Install It

npm install

Run It

Run in development mode (must have instance of MongoDB running):

mongod
npm run dev

Try It

  • 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

About

A NodeJS + Express + TypeScript REST API. Example CRUD endpoints included against a running MongoDB instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published