Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 612 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 612 Bytes

Post-its

Post-its is a simple note-taking website made in flask

Installation

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

Usage

To use the website, just run the following commands in the project directory

python3 main.py

Contributing

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.

License

MIT