Skip to content

NashwaAlsharki/thirtydays_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thirty Days - Backend

Thirty Days is an application where users can discover and craft challenges. Each challenge comprises daily modules, which can include a text description, illustrated exercises, or a combination of both.

Prerequisites

An active MongoDB account. Python 3.8 or newer installed.

Setup & Installation

  1. Clone the Repository:
git clone https://github.com/NashwaAlsharki/thirtydays_backend.git
cd thirty-days-backend
  1. Set Up a Virtual Environment (Optional, but recommended):
python3.8 -m venv venv
source venv/bin/activate
  1. Install Dependencies:
pip install -r requirements.txt
  1. Environment Variables: You'll need to set up environment variables for connecting to MongoDB. It's a good practice to maintain a .env file for this purpose (but ensure .env is added to your .gitignore to keep secrets safe).
  2. Running the Application: With fastapi installed, you can run:
uvicorn main:app --reload

Replace main with your entry filename if it's different.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published