School API allows developers to use some functionalities needed at schools, like adding a student to a classroom and a school and receiving the list of students from a certain class, etc.
TypeScript as a programming language.
Express as a node.js framework.
Mongoose as an object modeling tool.
Use the package manager npm to install dependencies.
npm install
Before running the code, make sure you have MongoDB up and running.
Add MongoDB uri to the env.ts
file by renaming the env.ts.sample
file as env.ts
and replacing the path name of uri.
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.