Skip to content
Snippets Groups Projects
Commit c6d83c84 authored by Fröhlich, Alexander's avatar Fröhlich, Alexander
Browse files

add readme

parent 64184791
No related branches found
No related tags found
1 merge request!2add readme
# REST Alternativen
## Starting the apps
The codebase is split up into two applications: `image_server` and `todo_app`. The ToDo app is the primary backend, handling requests from the browser and displaying the frontend, and the image server is a service intended for managing and resizing pictures.
NodeJS v20 is required.
1. To run the image server, execute `docker compose up`.
2. To run the todo app, execute `cd todo_app; npm i && npm run dev`.
3. View the frontend on `http://localhost:3000`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment