Skip to content

Repository files navigation

Notes

This web-service serves in order to take notes store them and share with other people (if you wish ofc)

Preview

Tech stack

sumit

sumit

sumit

sumit

sumit


Installation

  1. Clone repository.

  2. Create virtual environment and activate it.

    python3 -m venv name_of_venv

  3. Install requirements from the file.

    pip install -r requirements.txt

  4. Fill .env_sample with required data and rename the file to .env.

  5. Make migrations python manage.py makemigrations and make migrate. python manage.py migrate

  6. Run the server. pyton manage.py runserver

Implemented

  • 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

About

This web-service serves in order to take notes store them and share with other people (if you wish ofc)

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages