Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marcinorl/webappfornotes
- Owner: MarcinOrl
- License: mit
- Created: 2024-05-13T09:04:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T16:29:39.000Z (8 months ago)
- Last Synced: 2024-06-06T17:34:14.811Z (8 months ago)
- Language: HTML
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`