This repository contains the code of the user interface of the PUT-DB-2023 system. The goal was to create a simple, responsive and accessible user-friendly interface. The interface was built with React + Typescript.
- Install the necessary NPM modules:
npm install
- Run the development server:
npm start
- Access the application via a browser, by default at
localhost:3000
- Build the project
npm run build
- Serve the build (example using serve)
serve -s build
- Access the application via a browser, by default at
localhost:3000
For the best experience, it is recommended to run the whole system in the default configuration (backend + frontend + database). For the instructions visit the Deployment
repository: https://github.com/PUT-DB-2023/deployment.