Skip to content

luckdeluxe/business-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Business website

Business website dedicated to the sale of coffee

Starting 🚀

These instructions will allow you to get a copy of the project running on your local machine for development and testing purposes.

Look Deployment to know how to deploy the project.

Pre requirements

A series of step-by-step examples that tells you what to run to get a development environment running

Clone the repository

git clone https://github.com/luckdeluxe/business-website.git && cd businesswebsite

Create a virtual Python environment:

python3 -m venv .venv

Activate the virtual environment

sorce .venv/bin/activate

Installation 🔧

What things do you need to install the software and how to install them You can install the requirements.txt file recursively

pip install requirements.txt

If you have any errors in the above way you can install it manually

pip install [dependency==version]
Django>=3.1.8
django-ckeditor==6.0.0
Pillow==8.1.2

Running the tests ⚙️

Create database from models

python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

About

Business website dedicated to the sale of coffee

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published