Skip to content

casjay-projects/django-notes-api

Repository files navigation

Django & React Notes App

Cloning the repository

--> Clone the repository using the command below :

git clone https://github.com/casjay-projects/django-notes-api

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

cd django-notes-api

--> Create a virtual environment :

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

--> Activate the virtual environment :

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

Running the App

--> To run the Notes App, we use :

python manage.py runserver

⚠ Then, the development server will be started at http://127.0.0.1:8000/

About

Notes api using django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published