BackEnd source code for StudyHub server, The server in NodeJS with MongoDB database connection and written in TS & JS.
Written in:
- NodeJS.
- MongoDB.
The source code for backend, the project mainly focus on asynchronous code and on 3 architecture layers: API, Logic, Data Access Layer.
Every layer keep the S.O.L.I.D principles as much as it can. Using MongoDB at MLab DaaS to store the data.
More information:
- Added TypeScript packages to write the code more efficiently and to stay in the best technologies nowadays.
Development tools versions: { NodeJS 10.6.0, NPM 6.1.0 }.