Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcinorl/webappfornotes

Web application for creating and managing your notes.
https://github.com/marcinorl/webappfornotes

Last synced: 4 days ago
JSON representation

Web application for creating and managing your notes.

Awesome Lists containing this project

README

        

# WebAppForNotes
Web application for creating and managing your notes.

## Installation

1. Clone repository

`git clone https://github.com/MarcinOrl/WebAppForNotes.git`

3. Change directory

`cd WebAppForNotes`

5. Create virtual environment

`python -m venv venv`

`venv\Scripts\activate (Windows)`

`source venv/bin/activate (macOS/Linux)`

7. Install requirements

`pip install -r requirements.txt`

9. Install npm dependencies

`npm install`

11. Change directory

`cd notes_project`

13. Migrate the DB

`python manage.py migrate`

14. Run django server

`python manage.py runserver`