Skip to content

An online shopping platform for purchasing comic books.

Notifications You must be signed in to change notification settings

patel-himanshu/comic-book-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comic Book Store

Technology Used

  1. React 17.0.2
  2. Redux 4.0.5
  3. Django 3.2
  4. Django REST Framework 3.12.4
  5. Bootstrap 4.6.0

Steps to Run the Project

  1. Clone the repo using https://github.com/patel-himanshu/comic-book-store.git.
  2. Create a virtual environment for running the back end using the command python3 -m venv env, where env is the name of your virtual environment. You can replace it with any other name of your choice.
  3. Now activate your virtual environment using source env/bin/activate (for Ubuntu) or .\env\Scripts\activate (for Windows).
  4. After activating the virtual environment, go to backend directory using your Terminal and install the required Python packages using pip install -r requirements.txt.
  5. To run the back end of the project, execute python manage.py runserver command.
  6. Now go to frontend directory using another Terminal, and run the command npm install and wait for the node modules to install.
  7. To run the front end of the project, execute npm run start command.
  8. The development server starts at http://localhost:3000. Enter the URL in your browser to visit the project.
  9. To stop the development server, press CTRL + C in both the terminal windows.

Screenshots

Home route Comicbook route Cart route Shipping route Place Order route

About

An online shopping platform for purchasing comic books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published