-
Spring boot
-
Spring Data
-
Spring Security (JWT)
-
H2 Database
-
Swagger
-
Maven
-
Heroku
-
React frontend
In order to use the application, you must first register and then log in. A Bearer Token is generated for you when you log in. You gain access by using that token in Swagger.
The backend will run on http://localhost:8070 Runs the app in the development mode. Open http://localhost:8070 to view it in the browser.
cd frontend/todo-frontend
npm install
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.