Skip to content

pecfest-website/Pecfest2024-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pecfest2024-Backend:


Pecfest2024-Backend

Steps to Run the Backend

Follow these steps to set up and run the backend:

  1. Ensure Python is Installed
    Make sure Python is installed and up to date on your system.

  2. Create a Virtual Environment
    Run the following command to create a virtual environment:

    python -m venv venv
  3. Activate the Virtual Environment

    • For Windows:
      .\venv\Scripts\activate
    • For Linux/macOS:
      source venv/bin/activate
  4. Install required packages Execute the follwing command to install:

    pip install -r requirements.txt
  5. Enviroment variable Put the required env variable in .env file

  6. Run the Application
    Execute the following command to run the application:

    python app.py

To make you add all sql command you performed on your local db in commands.sql file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages