eshaan7 / ShareNotesOnHaste

https://sharenotesonhaste.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShareNotesOnHaste

New functions

  1. add reply functionaity
  2. add edit functionality
  3. add expand func

Install

Made using Django with Python 3.

How to install on LINUX/MAC

Requirements

$ python3 -m venv venv               # CREATE YOUR VENV
$ source venv/bin/activate           # LINUX > ACTIVATE VENV
$ --- / --- / --- / ---- / ----
(venv) $ pip install Django          # INSTALL DJANGO IN VENV

How to install on Windows

Requirements

< C:\USER\DIR > $ python3 -m venv venv          # CREATE YOUR VENV
< C:\USER\DIR > $ venv\scripts\activate.bat     # WINDOWS > ACTIVATE VENV
 --- / --- / --- / ---- / ----
(venv) < C:\USER\DIR > $ pip install Django     # INSTALL DJANGO IN VENV

Run project

(venv) $ cd <directory for download files>
(venv) $ git clone <this repository>
(venv) $ python manage.py migrate
(venv) $ python manage.py createsuperuser
(venv) $ python manage.py runserver

127.0.0.1:8000/login

Note: If you use this project do not forget to change the security key.

About

https://sharenotesonhaste.herokuapp.com/


Languages

Language:Python 42.9%Language:CSS 33.5%Language:HTML 16.6%Language:JavaScript 6.9%