Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (34 loc) · 852 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 852 Bytes

32 Chars

This is a prototype for a minimalist social media platform where users can only post messages up to 32 characters once per day. This project was created as the final project for my Full Stack Application Development course.

Getting Started

These instructions will help you set up and run the project on your local machine.

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/goneal26/32Chars.git
cd 32Chars

`` 2) Enter virtual environment

Windows

venv\Scripts\activate

Linux

source venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Run the app
python app.py

License

This project is licensed under the MIT license.