https://github.com/marcinorl/webappfornotes
Web application for creating and managing your notes.
https://github.com/marcinorl/webappfornotes
css django html notes-app python tailwindcss webapp
Last synced: 3 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T16:29:39.000Z (about 1 year ago)
- Last Synced: 2025-02-10T09:18:34.273Z (5 months ago)
- Topics: css, django, html, notes-app, python, tailwindcss, webapp
- Language: HTML
- Homepage:
- 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`