Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goneal26/32chars

A basic concept for a social media app for my Full Stack Final Project
https://github.com/goneal26/32chars

Last synced: 25 days ago
JSON representation

A basic concept for a social media app for my Full Stack Final Project

Awesome Lists containing this project

README

        

# 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

- [Python](https://www.python.org/) (version 3.11.5)
- [Git](https://git-scm.com/)

### Installation

1) Clone the repository
```bash
git clone https://github.com/goneal26/32Chars.git
cd 32Chars
```
``
2) Enter virtual environment

**Windows**
```bash
venv\Scripts\activate
```
**Linux**
```bash
source venv/bin/activate
```

3) Install requirements
```
pip install -r requirements.txt
```

4) Run the app
```bash
python app.py
```

## License
This project is licensed under the MIT license.