This is the sprinters BBU Team Project Back End application that uses Spring Boot, Docker, PostgreSql and Flyway.
- Install Docker Desktop
- Run the following command in the root folder of the project:
docker-compose up -d
- Run the application
Run the following command in the root folder of the project: docker-compose down
- username: thesprinters
- password: thesprinters
- database: thesprinters
- port: 5433
- host: localhost
- username: admin/user
- password: pass
This is the sprinters BBU Team Project Front End application that uses Mantine with NextJs
dev
– start dev serverbuild
– bundle application for productionexport
– exports static website toout
folderanalyze
– analyzes application bundle with @next/bundle-analyzer
- NPM
- Typescript
- Next.JS
- CSS library -> Emotion (Comes with Mantine)
- Component library -> Mantine
- Store -> Redux
Any new file will have it s naming structure like this: NameOfFile.TypeOfFile.ts(for non component files)/tsx