Skip to content

andrewlu0/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

To run:

Database:

Start a Postgres instance with Docker, mapping localhost:5000 to 5432 on container

docker run --name some-postgres -e POSTGRES_PASSWORD=password -d -p 5000:5432 postgres

Server:

In server directory, start venv (optional), install pip requirements, then run server:

pip install -r requirements.txt
python chat-app-server.py

Client:

In client directory install requirements with:

yarn install

For gRPC to work with Electron, you might need to rebuild (this step may take a while):

./node_modules/.bin/electron-rebuild

Then run:

yarn expo-electron start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published