- JavaScript 40.4%
- CSS 39.8%
- HTML 11.6%
- Python 8.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .semaphore | ||
| cart | ||
| core | ||
| main | ||
| menu | ||
| news | ||
| static | ||
| templates | ||
| .gitignore | ||
| env.example | ||
| LICENSE | ||
| manage.py | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
Taster
Table of Contents
About
Taster is an innovative food delivery service focused on fast and convenient delivery of culinary masterpieces right to your door. Our platform combines cutting-edge technology and a personalized approach to each order, providing unmatched quality of service and satisfying the taste preferences of the most demanding customer. Join Taster to discover a world of exquisite flavors and fast delivery!
Features
- Create profile and login.
- Manage news.
- Add food to cart, remove food from cart.
- Beautiful modal and pop-up windows.
Getting Started
Follow these steps to get started with Travelers' Hub Forum:
- Install poetry:
curl -sSL https://install.python-poetry.org | python3 -
- Clone the project:
git clone https://github.com/n1ce7ry/SyncPro`
- Install the dependencies
poetry shell
poetry install
- Edit env.example, rename it to env.sh, and run it:
vim env.example
mv env.example env.sh
. ./env.sh
- Apply database migrations
python manage.py migrate
- Create a superuser account:
python manage.py createsuperuser
- Run the development server:
python manage.py runserver
Usage
Once you start your local server, you can log in to it through your web browser. You don't have to create an account before you start shopping
Contributing
We welcome contributions from the community! If you'd like to contribute to Travelers' Hub Forum, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name - Make your changes and test them.
- Commit your changes:
git commit -m "Add your brief commit message" - Push to the branch:
git push origin feature/your-feature-name - Create a pull request to the
mainbranch of this repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.