Skip to content

johnlinp/jokelingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jokelingo

Jokelingo is a platform for learning a new language while having fun.

Website: https://www.jokelingo.com/

Prerequisites

  • Python 3.8 or higher
  • Pip (Python package manager)

Setup

  1. Clone or navigate to the project directory:

    cd jokelingo
  2. Create a virtual environment (recommended):

    python3 -m venv venv
    source venv/bin/activate
  3. Install dependencies:

    pip3 install -r requirements.txt
  4. Run database migrations:

    python3 manage.py migrate
  5. Set environment variables for local development:

    export DEBUG=True
    export DATABASE_URL=postgresql://postgres:secret123@localhost:5432/postgres

Running the Server

Start the Django development server:

python3 manage.py runserver

The server will start on http://localhost:8000 by default.

To use a different port:

python3 manage.py runserver 8080

About

Jokelingo is a platform for learning a new language while having fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors