Skip to content

myildizCH/school-api-typescript-express

Repository files navigation

School API

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.

Which packages are used?

TypeScript as a programming language.
Express as a node.js framework.
Mongoose as an object modeling tool.

Installation

Use the package manager npm to install dependencies.

npm install

Usage

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published