Introduction
NAWFY (Not Another Word From You) is a social media platform where users can only post one word at a time. This project was developed in under 3 days as a part of a mini-hackathon with my friend, James McLean. While we didn’t manage to create a fully functional platform in that time, we did manage to create a working back-end API that could be used to create the platform in the future.
Technologies Used
- Programming Language: Python 3.12
- Framework: Flask
- Database: Any database supported by SQLAlchemy, SQLite3 used for development and testing
- Deployment: Locally using
flask run
andguicorn
for production
Basic Features
- User Authentication: Register, login, and logout
- Post Creation: Create a new post with a single word
Resources
- Installation: GitHub Repository