Project built during Web Applications Designing classes at Jagiellonian University
The goal of this project is to develop the specification for a simple website and then implement it using the Express framework. The website enables reserving various resources, including a ping-pong table, a projector etc. When creating a reservation, the user must enter their name and choose a datetime. Items and reservations are stored in a SQL database.
The project implements a RESTful API and utilizes React.js framework for frontend.
- Express
- React.js
- Sqlite3
- Sequelize
-
Clone the repo
git clone https://github.com/rabarbar15/items-booking-app.git
-
Go to project directory and build using Docker Compose
docker-compose up --build
- Aplication will start on:
http://localhost:5173