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.
- 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
- 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
We're are open to enhancements
& bug-fixes
😄
This project was done under 12 hours with minimal pre-preparation
This repository / project was a part of the django audit course in college.