Skip to content

A base project to quickly spin up an Express-Node RESTFul API server. Features OAuth-Google, Linters, Dockerized & written in Typescript.

License

Notifications You must be signed in to change notification settings

JaganKaartik/Quick-Node-Server

Repository files navigation

Quick-Node

A base project to quickly spin up a Node server.

File Structure

.
├── Dockerfile
├── LICENSE
├── README.md
├── app
│   ├── config
│   │   ├── database.ts
│   │   ├── default.config.ts
│   │   └── passport-setup.ts
│   ├── controllers
│   │   ├── api.ts
│   │   └── auth.ts
│   ├── index.ts
│   ├── middlewares
│   │   ├── checkToken.ts
│   │   └── index.ts
│   ├── models
│   │   └── user.ts
│   └── routes
│       ├── api.ts
│       ├── auth.ts
│       └── index.ts
├── package.json
├── tsconfig.json
└── yarn.lock

About

A base project to quickly spin up an Express-Node RESTFul API server. Features OAuth-Google, Linters, Dockerized & written in Typescript.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published