Skip to content

UnplugCharger/management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Management system

A restaurant management system

Learning Objectives

  1. General Golang project structure
  2. Writing Crud operations with Golang
  3. Using mongodb for Golang backends
  4. JWT- token authentication implementation in go
  5. Deploying Go applications on EC2 Instance
  6. Configuring CI/CD pipelines

Folder Structure

  1. controllers
  2. database
  3. middleware
  4. database models
  5. routes
  6. helpers

This project structure that I am using is the MVC structure

About

Learning to build a hotel management system with go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages