Technologies | Notes | Roles | External APIs | Setting up a project | App preview | Envs | IMPORTANT! |
---|
Note It is a REST API application that aims to help the user find recipes to make drinks
At the moment in application we are able to:
- Register and sign in (JWT token included)
- Registration must be confirmed by email
- Generate new confirmation code
- Manage discount codes for orders
- USER - default role (basic functions on the website)
- ADMIN - performs administrative and management functions
Spring boot
Run/Debug Configuration
In scope Build and run add com.coctails.CoctailsApplication
Angular (localhost:4200):
cd /client/src/app
ng serve
in case of error "ng is not recognized" please use: npm install -g @angular/cli
Maildev (0.0.0.0:1080):
maildev
Note Check out
application.properties
andapplication.yml
files
Note Lazy loading for admin panel
Application is being updated every week. Check change.log for more details what has been changes. It's not final version of readmie.