https://github.com/shubhanshu02/shopline
Management Website for Small Scale Businesses
https://github.com/shubhanshu02/shopline
course-project django python3 website
Last synced: 11 months ago
JSON representation
Management Website for Small Scale Businesses
- Host: GitHub
- URL: https://github.com/shubhanshu02/shopline
- Owner: shubhanshu02
- Created: 2020-10-18T14:38:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T20:14:02.000Z (almost 5 years ago)
- Last Synced: 2023-10-02T13:17:39.648Z (almost 3 years ago)
- Topics: course-project, django, python3, website
- Language: HTML
- Homepage: https://shopline-web.herokuapp.com/
- Size: 174 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShopLine
The Modern e-commerce For Small-Scale Businesses
### Update (As on 24th December 2020)
This project was presented on 24th December 2020 at 2:15 pm. The presentation can be found at this [link](https://www.canva.com/design/DAEOCZR5Fp0/8ZWqMjpepjejJgCOFVVT0g/view?utm_content=DAEOCZR5Fp0&utm_campaign=designshare&utm_medium=link&utm_source=sharebutton) and the website can be used using this [link](https://shopline-web.herokuapp.com/).
To report any issues, create an issue on this repository giving details of the problem.
### Setup Instructions
1. Add the `.env` file for the project to the root folder.
2. `pipenv shell`
3. `pipenv install`
4. `python manage.py migrate`
### Development Practices
1. Make your changes
2. If database models were changed, run `python manage.py makemigrations` to migrate the project.
3. Apply database migrations using `python manage.py migrate` if necessary.
4. Run `python manage.py runserver` to check if the changes work.