Welcome to my Recipes-App!
- Open the first terminal and navigate to the directory
cd recipes_project. - Install all dependencies by running the command:
pip3 install -r requirements.txt
- Start the Django server by running the command:
python manage.py runserver
- Open the second terminal and navigate to the directory
cd recipes_project/recipes_frontend. - Install all dependencies by running the command:
npm install
- Start the client side by running the command:
npm start
Congratulations! Your application is successfully running. Enjoy!
Documentation is available at the following links: