This is an Todolist webapp made with Tanstack router react for frontend and SAP CAP (cloud application programm) for backend.
if you use the windows operating system you can just use the installation.bat file else you have to:
- go into the cap-todo-list-backend folder and run
npm install
andcds deploy
. - go into the cap-todo-list-frontend folder and run
npm install
.
- go into the cap-todo-list-backend folder and run
cds run
. - go into the cap-todo-list-frontend folder and run
npm run start
. - the react app will then be available at http://localhost:3000 and the SAP CAP app at http://localhost:4004.