oRecipes is a website project dedicated to culinary recipes. Powered by Express for the API, React and SCSS for the front-end to offer a user-friendly experience and connection management with JWT token.
Make sure you have Node.js and Yarn installed on your system.
In the API folder, run the following command to install the dependencies :
yarn install
In the Front folder, also run the following command to install the dependencies:
yarn install
- Open a terminal window and navigate to the api folder.
- Run the following command to start the API:
yarn start
- Open another terminal window and navigate to the front folder.
- Run the following command to start the front application:
yarn start
-
Open your browser and go to the URL http://localhost:8080 (or another URL specified in your front-end application).
-
You can log in with one of the following three predefined users:
-
User 1 :
Username: John
Email:
[email protected]
Password:
jennifer
-
User 2:
Username: Burt
Email:
[email protected]
Password:
fructis
- User 3:
Username: Karin
Email:
[email protected]
Password:
pingpong
-
-
Now you have access to a "Favourite recipes" tab in the menu, and on this page you'll find your favourite recipes