Skip to content

Keep tracks of your drink consumption with your friends.

License

Notifications You must be signed in to change notification settings

e-kot-unamur/openbar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBar

Somebody once said, if you don't have a page and a pen, just set up a server.

Keep tracks of your drink consumption with your friends.

Getting started

You'll need Golang and Node.js installed on your machine.

# Install dependencies & build sources for client
cd client/ 
npm install 
npm run build

# Install dependencies & build sources for server
cd ../server/ 
go get ./... 
go build -o app main.go server.go data.go

# Run it !
chmod +x app
./app

Grab a beer and go over your localhost on port 8000.

Licence

This software is published under the MIT License.

Built using JavaScript, Svelte.js and Golang.

About

Keep tracks of your drink consumption with your friends.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Svelte 46.5%
  • Go 26.9%
  • JavaScript 20.3%
  • CSS 3.1%
  • Dockerfile 1.8%
  • HTML 1.4%