Skip to content

A project, that offers a rich collection of recipes for dishes from fantasy worlds.

Notifications You must be signed in to change notification settings

KittNeKit/Fantasy-gourmets

Repository files navigation

Fantasy gourmets

A project, that offers a rich collection of recipes for dishes from fantasy worlds.

Description

Do you think about a site, where you can take a recipe from some games and cook it in real life?

This is your solution. Fantasy Gourmets is a site where whoever has a chef account can create his own recipe from the game and share it with others.

Check it out!

Fantasy gourmets project deployed on Render

Installation

  1. Clone the repository:
git clone https://github.com/your-username/Fantasy-gourmets
  1. Change to the project's directory:
cd project-name
  1. Сopy .env_sample file with your examples of env variables to your .env file

  2. Once you're in the desired directory, run the following command to create a virtual environment:

python -m venv venv
  1. Activate the virtual environment:

On macOS and Linux:

source venv/bin/activate

On Windows:

venv\Scripts\activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Set up the database:

Run the migrations

python manage.py migrate
  1. Use the following command to load prepared data from fixture to test:
python manage.py loaddata fixture_data.json
  1. Start the development server
python manage.py runserver
  1. Access the website locally at http://localhost:8000.
  2. Log in by the test user:
username = user
password = user12345

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

About

A project, that offers a rich collection of recipes for dishes from fantasy worlds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published