- Clone the project to your own machine.
https://github.com/SahanPunchihewa/CodeSec-Global-Recipe-App.git
- Checkout to the
dev
branch.
git checkout dev
- Navigate to
backend
folder
cd backend
-
Then enter this command in your terminal
yarn install
-
Finally run backend server using this command
yarn start
-
In terminal will display the database connection
- Navigate to
frontend
folder
cd frontend
-
Then enter this command in your terminal
yarn install
-
Finally run the frontend using this command
yarn dev
-
In terminal will display the frontend running URL
https://recipeapp.sahanpunchihewa.com/