A modern Django web application with user authentication, profile management, and a responsive UI.
- Python 3.8+
- Django 4.2+
- Bootstrap 5
- SQLite (development)
- Pillow (for image handling)
- Font Awesome 6 (for icons)
- Python 3.8 or higher
- pip (Python package installer)
- Git
-
Clone the repository
git clone https://github.com/nexgenclub/nxgen-website.git cd nxgen-website -
Install the required packages
pip install -r requirements.txt
-
Initialize the database
python manage.py migrate
-
Run the development server
python manage.py runserver
- Open your web browser and navigate to
http://127.0.0.1:8000/
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature-branch) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.