Skip to content

billclintonj/ByteBooks

 
 

Repository files navigation

Simple Ebook store made using Django.

Installation & running the server

1- Clone this repository.

2- Create a virutal environment . virtualenv -p virtualenv -p python .venv source /.venv/bin/activate

3- Install the dependencies. pip install -r requirements.txt

4- Run the server python manage.py runserver

About

Bookstore website written in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 54.2%
  • HTML 38.4%
  • CSS 4.2%
  • JavaScript 3.2%