Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

BlackIQ/shortnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published