Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soumik9/express-typescript-starter
- Owner: soumik9
- Created: 2024-05-24T18:11:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T10:55:00.000Z (6 months ago)
- Last Synced: 2024-07-28T12:18:25.328Z (6 months ago)
- Topics: expressjs, jwt-authentication, mongodb, mongoose, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`