Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 1.76 KB

README.md

File metadata and controls

78 lines (48 loc) · 1.76 KB

Stoistrom App

Introduction

Welcome to the Stoistrom React Django project! This repository contains the source code for an application built with React for the frontend and Django for the backend. Follow the steps below to set up and run the project on your local machine.

Prerequisites

Before running the project, ensure that you have the following installed:

Getting Started

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/nov8devs/stoistrom.git
  2. Navigate to the project directory:

    cd stoistrom
  3. Inside the project directory, you will find three main folders: frontend, backend, and venv.

Frontend (React)

  1. Change to the frontend directory:

    cd frontend
  2. Install the required dependencies:

    npm install
  3. Run the development server:

    npm run dev

    This will launch the React application, and you can access it through your preferred web browser.

Backend (Django)

  1. Change to the backend directory:

    cd backend
  2. Install the necessary Python packages:

    pip install django-cors-headers pillow
  3. Start the Django development server:

    python manage.py runserver

    The Django backend will be accessible at http://localhost:8000/.

Contribute

to contribute fork this respository, make changes create a pull request. a maintainer will check the pull request by the soonest. refer to code of conduct for more details