Skip to content

brandonhxrr/ESCOMKT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESCOMKT

A website to buy and sell products from the ESCOMUNITY

Installation:

Create a folder named 'ESCOMKT'

mkdir ESCOMKT
cd ESCOMKT

Clone the repository from https://github.com/brandonhxrr/ESCOMKT

github.png

git clone git@github.com:brandonhxrr/ESCOMKT.git

Create and activate the virtual environment

python -m virtualenv -p python3 venv
#On Linux
source venv/bin/activate

#On Windows
venv\Scripts\activate

Enter the application folder:

cd ESCOMKT

Install the python packages:

pip install -r requirements.txt

Run the server:

python manage.py runserver

The project should be displayed at the following address:

start.png

About

A website to buy and sell products from the ESCOMUNITY

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published