GithubHelp home page GithubHelp logo

flat-list's Introduction

flat-list

Disclaimer: This project is still under construction. I'm currently using .env files to develop and I haven't set up the necessary config and docker files so that it can be easily setup to demo by others.

A to-do list application written as a Go microservice. I've been reading a lot lately about the different ways you can structure a Go application, so I decided to experiment a bit with the flat structure.

organization

.
├── dev_scripts
├── frontend-client
├── mailer
├── migrations
├── shared
├── task
├── token
└── user
  • dev_scripts: a few automation scripts to help with automating the development of this project (a lot of throw aways)
  • user: microservice for handling interactions
  • dev.bash - a small cli utility tool; run source bash if you want to use it in your terminal (requires bash)
  • mailer - this service was much smaller, so I stored the mocks with their tests.

Notes

If running outside of docker container:

  • golang-migrate must be installed (I could dl this with the go toolchain or write a package to handle migrations?)
  • .env and config files must be set up (I might switch this to config files)
  • mailer service must be disabled or SMTP server credentials must be provided

flat-list's People

Contributors

ricxi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.