Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goneal26/32chars
- Owner: goneal26
- License: mit
- Created: 2023-11-17T18:12:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T00:38:38.000Z (about 1 year ago)
- Last Synced: 2023-12-10T03:19:33.825Z (about 1 year ago)
- Language: HTML
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.