Backend for the project is here: https://github.com/piratinskii/SCECafe-backend
This is my college project and my first ever fullstack RESTFul application. I wrote it using JAVA and Spring for the backend and React for the frontend. As database I used PostgreSQL.
In this project you can:
- Add/remove/change items into your menu as admin
- Order the items as user
- Mark items and orders as done as barista.
-
Clone the repository (use these commands in the terminal):
git clone https://github.com/piratinskii/SCECafe-frontend.git
cd SCECafe-frontend
-
Make sure, that you succesfully installed and ran backend part
-
Install the frontend:
npm install
Run the server:
npm start
Page will be opened automaticly.