Skip to content

Web application for creating and managing your notes.

License

Notifications You must be signed in to change notification settings

MarcinOrl/WebAppForNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebAppForNotes

Web application for creating and managing your notes.

Installation

  1. Clone repository

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

  2. Change directory

    cd WebAppForNotes

  3. Create virtual environment

    python -m venv venv

    venv\Scripts\activate (Windows)

    source venv/bin/activate (macOS/Linux)

  4. Install requirements

    pip install -r requirements.txt

  5. Install npm dependencies

    npm install

  6. Change directory

    cd notes_project

  7. Migrate the DB

    python manage.py migrate

  8. Run django server

    python manage.py runserver

About

Web application for creating and managing your notes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published