Skip to content

Development of a Flask-Python note-taking platform

Notifications You must be signed in to change notification settings

IanJairo/VanceWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VanceWeb

App Description

Vance is a system of notes. With a login into the platform, all notes will be stored. In addition, it is possible to share specific notes with other users.

App Status:

status

Features:

INTERFACE:
- [ x ] CRUD
- [ x ] Adding, editing and removing notes
- [ x ] Share notes with other users
- [ x ] Share notes with other users

Technologies Employed:

Python Flask

Requirements

  1. Create virtual environment: $ python3 -m venv my_venv

  2. Instalar pacotes (Linux): $ my_venv/bin/pip3 install -r requirements.txt

  3. Instalar pacotes (Windows):$ python3 -m pip install -r requirements.txt

  4. Entrar no Ambiente virtual (Linux): $ . my_venv/bin/activate

  5. Entrar no Ambiente virtual (Windows): $ .\my_venv\Scripts\activate

  6. Atualizar banco: $ python3 run.py db migrate && python3 run.py db upgrade

  7. Iniciar plataforma: $ python3 run.py runserver

About

Development of a Flask-Python note-taking platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published