halchester / friends-backend

Node API for friends mobile app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

friends backend project structure

src
│   app.js          # App entry point 
└───api             # Express route controllers for all the endpoints of the app
└───config          # Environment variables and configuration related stuff
└───jobs            # Jobs definitions for agenda.js
└───loaders         # Split the startup process into modules
└───models          # Database models
└───services        # All the business logic is here
└───subscribers     # Event handlers for async task
└───types           # Type declaration files (d.ts) for Typescript

About

Node API for friends mobile app.


Languages

Language:TypeScript 63.5%Language:JavaScript 36.5%