/api

Our actual API

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

SchoolSeat API

✨ Features

🛠 Usage

  1. Clone this repository.
  2. Install all dependencies with yarn install or npm install.
  3. Add a .env file based on .env.example.
  4. Start development server with yarn dev or npm run dev.

🎨 Linting

  • Run code syntax and format checking using yarn lint or npm run lint which runs eslint.
  • Automatically fix lint errors with yarn lint:fix or npm run lint:fix.

📝 TODO

  • Check permissions in controllers.
  • Location-based login verification.
  • Login with Google.
  • Email...

📄 License