AliFreeGuy / drf-notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRF Notebook

A simple notebook that uses React on the front and Django on the back-end

--> Clone repository .

--> Move into the directory where we have the project files :

cd drf-notebook

--> Create a virtual environment :

# If you are on Windows
virtualenv env
# If you are on Linux or Mac
python -m venv env

--> Activate the virtual environment :

# If you are on Windows
.\env\Scripts\activate
# If you are on Linux or Mac
source env/bin/activate

--> Install requirements :

pip install -r requirements.txt

Running the App

--> run project :

python manage.py runserver

⚠ Open this link in the browser http://127.0.0.1:8000/

About


Languages

Language:Python 37.9%Language:JavaScript 25.1%Language:CSS 18.5%Language:HTML 18.5%