Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soumik9/express-typescript-starter


https://github.com/soumik9/express-typescript-starter

expressjs jwt-authentication mongodb mongoose typescript zod

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Express Typescript Starter

## Features

- [x]

## Technologies

- [x] Node.js
- [x] Express.js
- [x] MongoDB

## How you will run this application to your machine?

1. Check that, you have install `Node.js`, `typescript` on your machine.
2. Clone the `main` branch of repository with command `git clone https://github.com/soumik9/express-typescript-starter.git` or download the code as zip and extract code.
3. Navigate to folder, then Open `command prompt` on the specific folder and run command `yarn` or `npm i`
4. Create a file name `.env` and copy all from `.env.example` then place the mongodb uri and other token as required.
5. All set, now run `command prompt` this command `yarn dev` or `npm run dev`