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

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

Awesome Lists containing this project

README

          

# ExpressTsBoilerplate
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: -

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 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