- Vite
- React
- Python 3.x
- Virtual Environment
- Supabase
requirements.txt
file with necessary dependencies
git clone https://github.com/bograh/Mini-Project.git
cd Mini-Project
Navigate to the frontend
directory and install dependencies:
cd frontend
npm install
- Navigate to the
backend
directory:cd backend
- Set up a virtual environment and activate it:
python -m venv env source env/bin/activate # On Windows, use `env\Scripts\activate`
- Install the required Python packages:
pip install -r requirements.txt
- Open the
.env
file in thebackend
directory. - Update the following fields with your Database and AWS credentials:
DATABASE_URI="" SECRET_KEY="" AWS_ACCESS_KEY_ID="" AWS_SECRET_ACCESS_KEY="" AWS_DEFAULT_REGION="" BUCKET_NAME=""
Ensure you have your AWS S3 bucket set up as specified in the .env
file.
Start the backend server with:
python app.py
Start the development server with:
npm run dev
This project is licensed under the MIT License. See the LICENSE
file for details.
For any questions or feedback, please reach out to:
- Developer: Ograh Bernard Ayo
- Supervisor: Dr. Najim Ussiph
- Institution: Kwame Nkrumah University of Science and Technology