Skip to content

david-brt/Gossip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gossip

Getting started

clone the repo:

git clone https://github.com/david-brt/Gossip.git

start the backend and server:

  • navigate to project root and run docker-compose up -d

start the frontend:

  • navigate to the frontend directory and run npm run start

interact with the database

The project uses sqlc to allow type safe database access.

  • to add or update queries, edit sql/query.sql
  • navigate to the server directory and run sqlc generate

About

semi-anonymous group chat app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages