Project is a task manager similar to Trello platform.
The project will contain the frontend and backend.
- Frontend:
src/frontend - Backend:
src/main
-
Run the backend the usual way you would run a springboot or Java application. a. If you are in IDE and after building the project, you can run
mvn spring-boot:runor b. If you package as a war file. you can runjava -jar target/m<jar-file-name>.jar -
Run the frontend in dev env.
a. Donpm install
b.npm run dev -
To test app use below credentials
email: admin@example.com
password: adminOR
email: user@example.com
password: user
Emil Yakavor (Author) welcomes any Pull requests.