This is a Boilerplate project for using Express with Typescript using Typegoose for ORM for MongoDB connection
Created By Faizan Zaheer
This Project contains the follwing: -
- Basic Express Server Setup And Routing with MVC File Folder Structure for Typescript
- Mongoose Models created with heavily typed, Typegoose library
- Firebase Intergration for uploading files
- Social Login Integration for Google, Apple, Facebook OAuth Login
For running this example run cmd on cli, npm run start,
For running in development watch mode, run cmd on cli, npm run dev