Skip to content

PUT-DB-2023/frontend

Repository files navigation

PUT-DB-2023 Frontend

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.

Build and run

Running the development server

  1. Install the necessary NPM modules:
npm install
  1. Run the development server:
npm start
  1. Access the application via a browser, by default at localhost:3000

Building and serving the React Project

  1. Build the project
npm run build
  1. Serve the build (example using serve)
serve -s build
  1. Access the application via a browser, by default at localhost:3000

Running the whole system with Docker Compose

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.

About

Frontend for the PUT-DB-2023 database management system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages