This is an anonymous chat application in which you can create new rooms and can join existing rooms and can chat with other people in room.
- Flack does not store user chat in Flack's server.
- It hides the user's identity from other users
- Python
- Flask
- JavaScript
- Socket Programming
- BootStrap
- JQuery
- HTML/CSS
- Clone the repository to your local desktop
git clone paste_link_you_copied
- Change the directory
cd FlackApp
- Install requirements.txt
pip install -r requirements.txt
- Set environment variables in your shell
export FLASK_APP=application.py
export DATABASE_URL="postgres://vfobhheluegnpw:0704135dad9d809b773c6ad4555bfdc87cd76999ccb90c8c99a0ec982f3267de@ec2-23-21-130-182.compute-1.amazonaws.com:5432/da71gb54aqbou7"
- Run application
flask run
- Make a Fork.
- Clone the repository to your local desktop.
git clone paste_link_you_copied
- Create a new branch (It's necessary).
git checkout -b branchName
- Make changes and Add to Staging here.
git add .
- Commit changes.
git commit -m "Message you want to write"
- Always write the message short and easy to understand (ideally 3 to 5 words).
- Push the changes so that Pull request will be generated.
git push -u origin branchName
- Make PR.
- Commits should be descriptive.
- Try to minimize conflicts.
- Follow these steps only after you have Git installed in your system.
- UX/UI
- You can improve the existing User Interface or can introduce a new layout for Flack.
- Code reformat
- You can introduce more concise and readable code
- Improvements in Backend
- You can find any bug or error and can fix it
- Readme file
- If you think that something is missing from the readme file. You can introduce new sections for the readme file or can improve the existing one.
Click here to Contribute
Click Here to know about me.