-
Notifications
You must be signed in to change notification settings - Fork 0
Open
0 / 10 of 1 issue completedDescription
Iteration 1: Backend Foundation
Repository Setup
- Create a GitHub repository for the project:
ebouchut/learn-dev - Add the
.gitignorefile- Add exclusion rules in
.gitignorefor Java
- Add exclusion rules in
- Create the
backend/andfrontend/directories - Create a
README.mdfile- Basic description
- License
- Project overview
- Tech Stack
CI/CD Pipeline Setup
- Create
.github/workflows/ci.yml - Configure Maven build verification
- Set up Unit Test automation
- Add code quality checks (linting)
- Configure Test coverage reports
Spring Boot Backend Foundation
- Generate a Spring Boot project using Spring Boot Initializer
- Add dependencies (Spring Security, JPA, PostgreSQL)
- Configure
application.properties - Set up package structure (controller, service, repository, entity)
- Create the
Mainapplication class
Database Setup
- Install PostgreSQL locally
- Create the development database
- Configure database connection
Reactions are currently unavailable
Metadata
Metadata
Assignees
Projects
Status
In Progress