https://github.com/souraevshing/spring-todo-app-frontend
Frontend app developed using react and consuming backend APIs coming from spring boot.
https://github.com/souraevshing/spring-todo-app-frontend
bcrypt jwt mysql reactjs springboot vitejs
Last synced: 3 months ago
JSON representation
Frontend app developed using react and consuming backend APIs coming from spring boot.
- Host: GitHub
- URL: https://github.com/souraevshing/spring-todo-app-frontend
- Owner: Souraevshing
- Created: 2023-12-09T11:15:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T11:24:36.000Z (over 2 years ago)
- Last Synced: 2025-03-10T08:54:12.746Z (over 1 year ago)
- Topics: bcrypt, jwt, mysql, reactjs, springboot, vitejs
- Language: Java
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring_todo_app
## Back-end for spring-boot Todo app.
### For running the app on local machine
#### Create `.env.local` or `.env` at the root of the project with the following properties :
#### For `VITE_BASE_URL` replace url with url after running `../spring_todo_app/server`
#### For `VITE_USER_TOKEN` use any value
#### For `VITE_USER_SESSION_TOKEN` use any value
#### For `VITE_APP_ENV` use any value `development` or `production`