Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Book Store

A web application for managing and browsing a collection of books, built with React on the frontend and Django on the backend.

Table of Contents

Features

  • Browse a catalog of books
  • User authentication
  • Search functionality
  • Responsive design

Technologies Used

  • Frontend: React, Axios, React Router
  • Backend: Django, Django REST Framework
  • Database: PostgreSQL
  • Styling: CSS, Bootstrap

Installation

Prerequisites

  • Python 3.10
  • Node.js and npm

Backend Setup

  1. Create a virtual environment and activate it:
    python -m venv env
    source env/Scripts/activate
    
  2. Install the required packages:
    pip install -r requirements.txt
    Run migrations:
    
  3. Run migrations:
    python manage.py makemigrations
    python manage.py migrate
    
  4. Start the Django server:
    python manage.py runserver
    
    

Frontend Setup

Open a new terminal and navigate to the frontend directory:

  1. Install the required packages:
    npm install
    
  2. Start the React application:
    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages