Post-its is a simple note-taking website made in flask
Clone the repository and then download the need libraries using pip
git clone https://github.com/dossier-hash/post-its.git
pip3 install -r requirements.txt
To use the website, just run the following commands in the project directory
python3 main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.