this my own Node.js express.js typeScript and mongoDb template.
Before you begin, ensure you have met the following requirements:
- Node.js: Installation Guide
- Git: Installation Guide
To set up this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/abhaysinghs772/node_express_typescript_starter_template
-
go to the cloned project.
cd node_express_typescript_starter_template
-
Install dependencies:
npm install
-
navigate to app.ts and change the value of uri to your mongodb atlas credentials at line num 25.
-
run the project
npm run:start
-
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>