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.
Before running the project, ensure that you have the following installed:
-
Clone the repository to your local machine using the following command:
git clone https://github.com/nov8devs/stoistrom.git
-
Navigate to the project directory:
cd stoistrom
-
Inside the project directory, you will find three main folders:
frontend
,backend
, andvenv
.
-
Change to the
frontend
directory:cd frontend
-
Install the required dependencies:
npm install
-
Run the development server:
npm run dev
This will launch the React application, and you can access it through your preferred web browser.
-
Change to the
backend
directory:cd backend
-
Install the necessary Python packages:
pip install django-cors-headers pillow
-
Start the Django development server:
python manage.py runserver
The Django backend will be accessible at
http://localhost:8000/
.
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