/NoteBin

Rip-off of notepad.pw

Primary LanguageHTMLMIT LicenseMIT

made-with-python

made-with-javascript



NoteBin provides a easy way to manage your notes. Use public notes for general use or log in for private stuff.

This project does not require any proprietary API or product.


Features

  • Allows you to take notes, maintain private and public notes.
  • Login and sessions
  • Character and word count
  • Take notes
  • Syntax highlighting
  • Improve UI
  • Search bar
  • Share notes
  • Live syntax highlighting


Installation and Deployment

  • Using docker-compose
        $ docker-compose up
  • Using python
        $ cd app/
        $ pip3 install -r requirements.txt
        $ python manage.py makemigrations
        $ python manage.py migrate
        $ python manage.py collectstatic --noinput
        $ python manage.py runserver 0.0.0.0:8000

Contributing

We're are open to enhancements & bug-fixes 😄

Note

This project was done under 12 hours with minimal pre-preparation


Contributors


This repository / project was a part of the django audit course in college.