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.