Skip to content

Marco-campione-github/django-react-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django + React Notes App

About the Project

A Notes App built using Django for the backend and React for the frontend. This project allows users to create, manage, and organize notes efficiently with an intuitive interface.

Features

  • User Authentication: Secure login and registration.
  • Create, Read, Update, Delete (CRUD) Notes.
  • Responsive Frontend built with React.
  • REST API Integration using Django REST Framework.

Tech Stack

  • Backend: Django, Django REST Framework
  • Frontend: React, JavaScript, HTML, CSS
  • Database: TBD

Installation

Clone the Repository

git clone https://github.com/Marco-campione-github/django-react-notes.git
cd django-react-notes

Backend setup

cd backend
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Frontend setup

cd frontend
npm install
npm start

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

MIT License

Contact

Marco Campione - [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published