← All projects

DZ-Mouhami

by @Chouaib-Djerdi

12

GL Project for 1CS Estin

About this project

How to set up this project Create Your Local Virtual Environment There are two ways of doing this ,depending on your way of python installation, this is going to cover the way of Anaconda Distribution users. Here are the steps to start: Backend Side: Verify in your CMD (PowerShell) if you have conda installed: you should get the list of commands you can use with conda ,if you didn't get the desired result you should check if Anaconda is added to PATH environment variables. Clone the project on your local machine: Create your local virtual environment: we are using python 3.11.5 version for this project, you can name the virtual environment as you please venv is just an example. Activate your virtual environment: Install the Backend Dependencies: Test if your backend is running correctly: see results on the local host : http://127.0.0.1:8000/ Frontend Side: You should have Node.js installed to use npm package manager in installing the react project dependencies. Install the Frontend dependencies: this will install all the dependencies that are listed in the package.json file. Start your react app: see results on the local host : http://localhost:5173/

From the project README on GitHub

Stars
12
Forks
0
Last push
1 Feb 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/dz-mouhami-chouaib-djerdi.svg)](https://www.madeinalgeria.dev/projects/dz-mouhami-chouaib-djerdi)

Related projects