Skip to content

LopesLs/StudyChallenger

Repository files navigation

StudyChallenger

banner

Prerequisites

Before you begin, make sure you have the following installed on your system:

  • Python (version 3.6 or higher)
  • pip (Python package installer)

Installation

  1. Clone the project repository:

    git clone https://github.com/LopesLs/StudyChallenger.git
  2. Navigate to the project directory:

    cd StudyChallenger
  3. Create a virtual environment:

    • On Windows:

      python -m venv .venv
    • On Linux:

      python3 -m venv .venv
  4. Activate the virtual environment:

    • On macOS and Linux:

      source .venv/bin/activate
    • On Windows:

      .\.venv\Scripts\activate
  5. Install project dependencies:

    pip install -r requirements.txt
  6. Set up the database:

    python manage.py migrate
  7. Create a superuser (admin) account:

    python manage.py createsuperuser

Running the Project

To run the Django project, execute the following command:

python3 manage.py runserver

And you have the website active in localhost:8000 for test and use it.

Fell free to colaborate in this project!!!

About

StudyChallenger is a webapp for flashcards

Resources

License

Stars

Watchers

Forks