Skip to content

This is a simple E-commerce website designing with Django Framework.

Notifications You must be signed in to change notification settings

Frederico27/Shop-Ailok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop-Ailok

Welcome to Project Shop Ailok! This is a Django project designed.

Installation

1. Clone the repository

git clone https://github.com/Frederico27/Shop-Ailok.git
cd <project_directory>

2. Set up a virtual environment

# For Unix/Linux
python3 -m venv venv

# For Windows
python -m venv venv

3. Activate the virtual environment

# For Unix/Linux
source venv/bin/activate

# For Windows
venv\Scripts\activate

4. Install dependencies

pip install -r requirements.txt

5. Database setup

This project uses SQLite as the default database. If you want to use a different database, update the settings in settings.py.

6. Apply migrations

python manage.py makemigrations
python manage.py migrate

Usage

You're now ready to run the project!

python manage.py runserver

Visit http://127.0.0.1:8000/ in your browser to view the project.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT


Feel free to customize it further with specific details about your project, such as its purpose, features, and any additional instructions for setting up or running the project.

About

This is a simple E-commerce website designing with Django Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published