svelte-flask-sample Svelte Themes

Svelte Flask Sample

mynotes

Application meant for writing and reading short stories. Developed using Flask, Angular and neo4j.

Backend

  1. Install python modules using pip:

    pip install -r requirements.txt
    
  2. Populate database:

    python populate_db.py
    
  3. Run app:

    python app.py
    

Frontend

  1. Install Node.js and npm (https://nodejs.org/en/download/)
  2. Install Angular using npm:
    npm install -g @angular/cli
    
  3. Run app:
    ng serve --open
    

Top categories

Loading Svelte Themes