Skip to content

joshuadeguzman/neighbourly-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neighbourly Chat

A simple real-time chat application made using Flutter and socket.io.

Demo

demo-1

Setup

Clone the repo

$ git clone https://github.com/joshuadeguzman/neighbourly-chat

Setup Backend (Node JS)

Enter directory

$ cd backend

Install dependencies

$ yarn install (or npm install)

Start the server

$ yarn start (or npm start)

Setup Frontend (Flutter)

Enter directory

$ cd frontend

Install dependencies

$ flutter packages get

Run the app

$ flutter run -v

Deployment

Deploy server via Heroku CLI

Login using Heroku account

$ heroku login

Enter server directory

$ cd backend

Create a Heroku app

$ heroku create

Deploy server to your Heroku cloud account

$ git push heroku master

Read more here.

Contact

Let's connect

If this helped you, please don't forget to show some 💙

this repo or follow me on:

License

BSD @joshuadeguzman