This web application made for Web application development subject.
The user can:
- sign up
- log in
- add recipes
- update/delete recipes they have added
- search for recipes with a string(ingredient/part of the making)
- filter recipes by category
All CRUD operations are linked with the database.
🥐 BREAKFAST
🥞 BRUNCH
🕚 ELEVENSES
🍖 LUNCH
🍵 TEA
🧆 SUPPER
🍽 DINNER
To run this project, you will need to add the following environment variables to your .env file
POSTGRES_DB_URL
POSTGRES_DB_USER
POSTGRES_DB_PASSWORD
JWT_SECRET
Clone the project
git clone https://github.com/davidpokol/webapp.git gasztrokucko
Go to the frontend directory
cd gasztrokucko/frontend
Install dependencies
yarn install
Start the React application
yarn start
Go to the backend directory
cd ../backend
Start the server
mvn spring-boot:run
Color | Hex |
---|---|
Navigation Bar | #3E3E3E |
Buttons, Strokes | #F4722B |
Background | #F6E7C1 |