JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

Microblog

This project is a web application built using Flask in Python that allows users to create and share their blog posts and interact with other users.

Key features

Installing and running

Using Python

Make sure you have python 3 installed, preferably 3.10+ with python -v

The application will be running on localhost:5000

Using Docker

Make sure Docker and docker-compose are installed:

$ docker -v
Docker version 24.0.2, build cb74dfcd85

$ docker-compose -v
Docker Compose version 2.20.2

Run the application: docker-compose up -d --build

The application will be running on localhost:5000