Skip to content

A-Bayusuto/E-menu

Repository files navigation

Setup Instructions:

  1. Fetch Website from Git: Clone the repository:

    git clone https://github.com/A-Bayusuto/E-menu.git
  2. Rebuild Database: Delete the data folder not pushed onto git.

  3. Build Docker Container: Run the following command:

    docker-compose up --build
  4. Set Up the Database: Execute the following commands to set up the database:

    docker-compose run web python manage.py makemigrations
    docker-compose run web python manage.py migrate
  5. Create Admin: Create an admin account:

    docker-compose run web python manage.py createsuperuser
  6. Start the Site: Start the site:

    docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published