- Basic structure of nodejs application
- Define routes
- Define models
- Define controllers
- Define middlewares
- Define services
- Database connection
- Authentication types
- FB authentication
- Google authentication
- Jwt authentication
This project include basic structure of a nodejs application which can be used as a foundation of a REST API application.
JavaScriptMIT