An app for creating and collaborating on notes online.
- β Create your own notes
- β Share notes with friends (but keep some for yourself π)
- β Fully functional admin panel
- Frontend: React
- Backend: Django REST framework
- Clone the repo
git clone https://github.com/barbarabugajak/Notes.git
- Run the backend
python3 manage.py runserver
- Run the frontend
npm start