Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

schoolseat/api

Repository files navigation

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