An open API service indexing awesome lists of open source software.

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.

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`