This web-service serves in order to take notes store them and share with other people (if you wish ofc)
-
Clone repository.
-
Create virtual environment and activate it.
python3 -m venv name_of_venv -
Install requirements from the file.
pip install -r requirements.txt -
Fill .env_sample with required data and rename the file to .env.
-
Make migrations
python manage.py makemigrationsand make migrate.python manage.py migrate -
Run the server.
pyton manage.py runserver
- CRUD functions for notes
- User Registration / Authentication system
- Password change / reset
- Like notes feature
- Tree strucure comment section (Mptt)
- Hide private notes
- Profile settings
- Filtering by tags
