Skip to content

tallesdecosta/forum-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

About The Project

This project consists of a fullstack forum web application.

  • Dynamic posts and profiles URL
  • Password encryptation
  • Full CRUD interactions for the user's data

[Video presentation of the project will be made as soon as it is done.]

Built With

flask

postgresql

Getting Started

After you initiated a venv inside the project folder, run the following command inside the terminal:

pip install flask flask-login psycopg2 python-dotenv bcrypt

After all the requisites are installed, just create a .env file and fill with your database information:

host=""
dbname=""
user=""
password=""
port=""
key=""

PS: the 'key' field is reserved for the Flask application key, you should fill it with a (secure) value for the application to work.

Then run the following command inside the src folder:

flask --app server run

And it's done! The server should create the databases and tables automatically.

About

flask forum ssr fullstack webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published