Skip to content

engilorian/engilore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engilore

The main site of Engilore 🧐

Engilore is a platform aimed at fostering intellectual growth, collaboration, and innovation. This repository hosts the main site for Engilore.

Prerequisites

Before setting up the project, ensure you have the following installed:

  1. Python 3.10 or later: Download and install Python here.
  2. Pip: Included with Python installations.
  3. Virtualenv: Install with pip install virtualenv.
  4. Git: Install from here.

Setting Up the Development Environment

1. Clone the Repository

git clone https://github.com/your_username/engilore.git
cd engilore

2. Create a Virtual Environment

virtualenv venv

3. Activate Virtual Environment

  • Windows:
    venv\Scripts\activate
  • Mac/Linux:
    source venv/bin/activate

4. Install Project Dependencies

pip install -r requirements.txt

Setting Up the Project

1. Apply Database Migrations

python manage.py makemigrations
python manage.py migrate

Running the Project

python manage.py runserver

The site will be accessible at http://127.0.0.1:8000.

About

The main site of Engilore🧐

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.7%
  • Python 38.0%
  • Other 0.3%