/Django-ReactNotes-App

This project is all about connecting django and react app.

Primary LanguagePython

Notes App

This is simple react note app using django in backend.

Features

  • Add Notes
  • Delete Notes
  • Update Notes

Technologies Used

  • Backend:
    • Django Rest Framework
    • Python
  • Frontend:
    • Javascript
    • React

Getting Started

Backend

Navigate to the backend folder:

cd Django-ReactNotes-App

python3 -m venv venv

. venv\Scripts\activate

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

python manage.py runserver, run at port 8000

Project Overview

  • Page image

  • Detail Page image

Contributing

Contributions to this project are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.