https://github.com/feed0/estaciona_uai
https://github.com/feed0/estaciona_uai
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/feed0/estaciona_uai
- Owner: feed0
- Created: 2025-05-09T01:10:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T21:50:16.000Z (about 1 year ago)
- Last Synced: 2025-08-13T19:00:25.911Z (11 months ago)
- Language: Java
- Size: 6.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Estaciona UAI
## Description
The Estaciona UAI project is a web application developed in Java with the
Spring framework. The main objective is to provide a parking management
platform to managers as well as a parking space reservation system for users.
## Functionalities
### 1 Platform access
- User signup
- Managers (User info, Parking info)
- Customers (User info)
- User login (email and password)
- Managers
- Customers
- Admins (after being registered by a manager)
## How to run the project
### 1 Prerequisites
#### Backend
- Java 17
- Spring Boot
- Maven
#### Frontend
- Next.js
#### Database
- PostgreSQL
### 2 Backend
clean install dependencies
```bash
mvn clean install -DskipTests
```
run the application
```bash
mvn spring-boot:run
```
### 3 Frontend
1. change directory
2. install dependencies
3. run
```sh
cd frontend/
npm install
npm run dev
```