RusherRG / NoteBin

Rip-off of notepad.pw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rip-off of notepad.pw

License:MIT License


Languages

Language:HTML 42.7%Language:Python 41.9%Language:JavaScript 8.3%Language:CSS 5.4%Language:Dockerfile 1.7%