Skip to content

abhaysinghs772/node_express_typescript_starter_template

Repository files navigation

Project Name

this my own Node.js express.js typeScript and mongoDb template.

Prerequisites

Before you begin, ensure you have met the following requirements:

Getting Started

To set up this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/abhaysinghs772/node_express_typescript_starter_template
    
  2. go to the cloned project.

    cd node_express_typescript_starter_template
    
  3. Install dependencies:

    npm install
    
  4. navigate to app.ts and change the value of uri to your mongodb atlas credentials at line num 25.

  5. run the project

    npm run:start
    
  6. In order to test/check task's api first signup and then do login by their respective apis and then use the token as :

    authorication: Bearear <your_token>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published