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.
These instructions will help you set up and run the project on your local machine.
- 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
- Install requirements
pip install -r requirements.txt
- Run the app
python app.py
This project is licensed under the MIT license.