This is a backend server built with Django for an E-commerce application. Developers are encouraged to build the frontend based on this server.
To get started with the project, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/ecommerce-django.git
-
Navigate to the project directory:
cd ecommerce-django
-
Create a virtual environment and activate it:
python3 -m venv venv source venv/bin/activate
-
Install the project dependencies:
pip install -r requirements.txt
-
Run database migrations:
python manage.py migrate
-
Start the development server:
python manage.py runserver
-
The server should now be running at
http://localhost:8000
. You can access the API endpoints and test them using tools like Postman.
If you would like to contribute to this project, please follow these guidelines:
- Fork the repository and create a new branch for your feature or bug fix.
- Make your changes and ensure that the code passes all tests.
- Submit a pull request describing your changes.
This project is licensed under the MIT License. See the LICENSE file for more information.
If you have any questions or suggestions, feel free to reach out to us at dev.dpkrana@gmail.com.
Happy coding!