A simple chat software with adult and slang filter
- "Lojja korena"
- "Ainai giye bol beta"
- "Bolis kire"
- "Abar bol"
- "Pitiye debo"
- "Oslil"
- "Eh"
- "Yeaman"
https://www.behance.net/gallery/93164379/Social-Concept-Application
- Clone the repository
- Install node modules
npm install
- Run the build create the distribution at
dist
.
npm run build
- Install python dependencies
pip install -r requirements.txt
- Initialise for database migration
flask db init
- To create db migration
flask db migrate -m "Added User Table"
- To run migration
flask db upgrade