An open API service indexing awesome lists of open source software.

https://github.com/eshaan7/sharenotesonhaste

https://sharenotesonhaste.herokuapp.com/
https://github.com/eshaan7/sharenotesonhaste

css django django-project html note-taking notes notes-app python sqlite3

Last synced: about 2 months ago
JSON representation

https://sharenotesonhaste.herokuapp.com/

Awesome Lists containing this project

README

        

# ShareNotesOnHaste

## New functions

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

## Install

Made using [Django](https://www.djangoproject.com/) with [Python 3](https://www.python.org/).

#### How to install on LINUX/MAC

Requirements
```sh
$ 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
```sh
< 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

```sh
(venv) $ cd
(venv) $ git clone
(venv) $ python manage.py migrate
(venv) $ python manage.py createsuperuser
(venv) $ python manage.py runserver
```

[127.0.0.1:8000/login](http://127.0.0.1:8000/login)

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