/shortnote

Primary LanguagePython

shortnote

logo

Shortnote is a web project based on django. with shortnote you can write (or maybe type) your short notes such as homeworks, shopping list, upcoming exams, etc.

screenshot

how to use

This project is a website. So it has a server or a plateform. If you want to run in it your system, you should do there steps:

  • Clone or download the repo

Clone

$ git clone https://github.com/ahmadkhaefi/shortnote.git && cd shortnote

Download

$ wget "https://github.com/ahmadkhaefi/shortnote/archive/refs/heads/master.zip"
$ unzip main.zip
$ cd main
  • Create a venv and install dependencines

Venv

$ python3 -m venv venv
$ pip3 install -r requirements.txt

PipEnv

$ pipenv shell
$ pipenv sync
  • Then run the app
$ python3 manage.py

we will put it on the server soon