Skip to content

xash3000/minitweet

Repository files navigation

Minitweet

Build Status Coverage Status

Minitweet is a twitter clone to flask framework.

it doesn't have all features of twitter (e.g real-time notifications, etc...).

Local Development Environment

minitweet is built using python with flask framework in the backend.

in the front-end it uses bootstrap and jquery. and PostgreSQL for the database.

read this short guide to setup Local Development Enviroment

Is it Tested

yes, run the following commands after setup Local Development Enviroment

run tests

python manage.py test

run test with coverage

python manage.py cov

contributing to the project

if you're interested in this project and you want to contribute, follow this steps:

  1. fork this project.

  2. clone the forked repository.

  3. make your changes to the code.

  4. create a new pull request.

Note-1: if you don't have any ideas to improve the project you could check the issues and work in one of them.

Note-2: update your forked repository each time you want to make new changes.

About

A twitter clone to flask framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published