TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Simple Go Project Template – Suited for Webapp MVPs

3 pointsby eldonaldoabout 4 years ago

1 comment

eldonaldoabout 4 years ago
A simple go project structure setup with all dependencies you need to get your MVP off the ground.<p>The project is suited as starting point for a simple webapp MVP. Besides the core files needed to get the setup running it contains a simple user module showcasing the intended project structure. Running the project starts the app exposing a REST API using the go-shipped webserver.<p>Features<p>- Hot reloading.<p>- sqllite3 database for local development.<p>- ORM ready to go.<p>- A simple database migration system.<p>- Injection of environment variables into config files.<p>- Simple spring-like repository structure for convenient database queries.<p>- Testing setup.<p>I hope you find it useful.