#A Web App for exercising relation databases using PostgreSQL
A project demanded as a work project from Database classes at BCC UDESC. It is a sports complex administrator, that allows students and workers to book fields to practice sports. It also allows registering Clients and Admins. Admins shall aproove any client request. Clients can't make arequest if the field is already taken. Also, there's a possibility to create Events that automatically book a whole Block for N days.
Use npm install
and npm run dev
(Don`t forget to configure .env file)
You must have a PostgreSQL server running.