Skip to content

itechindrustries/flimbun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flimbun : A Chat App

Screenshot from 2020-07-03 12-05-27

Screenshot from 2020-07-03 12-06-19

Setup

  1. Installing Required Files

For Windows:

pip install -r requirements.txt

For Linux/Mac:

pip3 install -r requirements.txt
  1. Run your redis on port: 6379 (you may use docker as below)
sudo apt install docker.io
sudo docker run -p 6379:6379 -d redis:5
  1. Run the devlopment server:

For Windows:

python manage.py runserver

`For Linux/Mac:

python3 manage.py runserver
  1. Go to the url shown in terminal say, 127.0.0.1:8000/admin and use following username and password:
username: gitest
password: gitest

hey you got it! HAPPY SURFING :)

Maintainers

License

MIT - See LICENSE

Change Log

  • Version 0.1 - Initial commit

Contribution

If you're new to contributing to Open Source on Github, this guide can help you get started. We're a warm and welcoming community of open source contributors. Please join. All types of contribution are welcome.

This repository is just a small subset of work put together by a much larger pool of voluntary efforts contributed by generous people all around the world. Reach out to us through [email protected]