Skip to content

AliFreeGuy/drf-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published