Skip to content

aaftab499/REST-API-NODEJS

Repository files navigation

RESTful API in Node.js

An demonstration of REST API's written using TypeScript, Express, Mongoose and MongoDb.

  • Secured using json web tokens
  • Produt API's to demonstrate data modelling and persistence capabilites

📦 Technologies

  • Node.js
  • TypeScript
  • Mongoose
  • MongoDB
  • jwt
  • NPM
  • jest

Running the Project

To run the project in your local environment, follow these steps:

  1. Clone the repository to your local machine.
  2. Run npm install to install all the dependencies locally.
  3. Update default config in config/default.ts in the project directory
  4. Run npm run start to get the project started.
  5. Server can be found running on [http://localhost:1994].
  6. Register as user, generate a token and use the same to access the product API's

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors