sirrobot01 / Booked

Writing a Go Web services from a Python/Django engineer perspective

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booked

This is my attempt at a booking system for a small business. It is a work in progress and is not yet ready for production.

As a Django developer, I tried to write the code as a Django developer would. I'm sure there are so many anti-patterns in this code, but I'm learning as I GO!(pun intended)

I'm using the Gin framework for this project. I'm also using Gorm as my ORM(Using SQLite for now).

Other libraries used:

Getting Started

Commands

Run the server

go run main.go runserver

This will run the server on port 8100

Migrate the database

go run main.go migrate

Create a superuser

go run main.go createsuperuser

About

Writing a Go Web services from a Python/Django engineer perspective


Languages

Language:Go 100.0%