Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 989 Bytes

ReadMe.md

File metadata and controls

22 lines (18 loc) · 989 Bytes

We Write Poetry

MPOP Reverse II


Introduction

The We are Poet is a web based platform written in Flask and basics of HTML, CSS, and Javascript. In this platform, we use SQLite for easily handle the database. I've made some changes specially the backend of the platform. In this case, I used flask from NodeJS, just to practice the SQL and to fix some basic errors such as the SQL related attacts, as well as the Scripting based attacts, which I'm trying to learn more on how do I protect the data that the user given to me.


Packages

  1. Virtual Environment
pip install virtualenv
  1. Flask
pip istall flask

Installation Instruction

Before you install these packages, you need first to install and activate the virtual environment, to activate, you need to execute virtualenv venv to have an environment, then venv/Scripts/activate to activate, and you may proceed in installing some required packages.