Skip to content

PierBusDev/officeBookings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Details

This is just a learning project done to better learn Go while building a simple web application

The frontend is extremely simple because I had no interest in the scope of this POC on improving it.

To run

  • run.sh to build app
  • cd docker and docker-compose --f ./postgres-docker.yml up to run postgres docker image
  • soda migrate up to run migrations to populate database

Built using

  • Go version 1.18
  • chi router for routing
  • scs for session management
  • nosurf for CSRF protection
  • POSTGREsql as database
  • soda for migrations

About

Just a simple toy service to manage the booking of offices of a coworking space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages