https://github.com/faizanzaheergit/expresstsboilerplate
This is a Boilerplate project for using Express with Typescript using Typegoose for ORM for MongoDB connection
https://github.com/faizanzaheergit/expresstsboilerplate
boilerplate express express-ts express-ts-boilerplate mongodb mongoose-typescript node nodets rest-api restful-api ts typegoose typescript typescript-boilerplate typescript-node typescript-nodejs
Last synced: 8 months ago
JSON representation
This is a Boilerplate project for using Express with Typescript using Typegoose for ORM for MongoDB connection
- Host: GitHub
- URL: https://github.com/faizanzaheergit/expresstsboilerplate
- Owner: FaizanZaheerGit
- Created: 2023-04-28T16:10:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T08:53:58.000Z (10 months ago)
- Last Synced: 2025-01-07T17:47:04.105Z (10 months ago)
- Topics: boilerplate, express, express-ts, express-ts-boilerplate, mongodb, mongoose-typescript, node, nodets, rest-api, restful-api, ts, typegoose, typescript, typescript-boilerplate, typescript-node, typescript-nodejs
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExpressTsBoilerplate
This is a Boilerplate project for using Express with Typescript using Typegoose for ORM for MongoDB connectionCreated By Faizan Zaheer
This Project contains the follwing: -
1. Basic Express Server Setup And Routing with MVC File Folder Structure for Typescript
2. Mongoose Models created with heavily typed, Typegoose library
3. Firebase Intergration for uploading files
4. Social Login Integration for Google, Apple, Facebook OAuth LoginFor running this example run cmd on cli,
npm run start,For running in development watch mode, run cmd on cli,
npm run dev