All Projects → fharding1 → todo

fharding1 / todo

Licence: MIT license
An example todo application with Go!

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to todo

Events-based-organizational-website
The official codebase for college-based (event managing) organizations. FOUR-LEVEL Authorization system and scalable.
Stars: ✭ 14 (-77.05%)
Mutual labels:  backend, webdevelopment
Portfolio-Website
Portfolio Website build using HTML5, CSS3, JavaScript and jQuery
Stars: ✭ 109 (+78.69%)
Mutual labels:  webdevelopment
Yii2 Usuario
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
Stars: ✭ 251 (+311.48%)
Mutual labels:  backend
front-end
定位为非前端开发同学,科普前端
Stars: ✭ 33 (-45.9%)
Mutual labels:  backend
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+314.75%)
Mutual labels:  backend
exocore
A distributed private application framework
Stars: ✭ 50 (-18.03%)
Mutual labels:  backend
Free Programming Resources
💎 免费的编程资源大全,持续更新!🔥 覆盖各种语言和方向(Java \ Python \ C++ \ JavaScript \ Golang \ 前端 \ 后端等)的学习路线、贴心教程、项目实战、编程书籍、面试合集、实用资源等,对程序员非常有帮助!
Stars: ✭ 225 (+268.85%)
Mutual labels:  backend
solr
Apache Solr open-source search software
Stars: ✭ 651 (+967.21%)
Mutual labels:  backend
live-reload-vanilla-website-template
Template to build a website without a front-end framework, including transpilation of ES6+ JavaScript and Sass support
Stars: ✭ 47 (-22.95%)
Mutual labels:  webdevelopment
oh-my-backend
Что нужно знать бэкенд-разработчику web-приложений. Backend Roadmap (from Junior to Senior).
Stars: ✭ 657 (+977.05%)
Mutual labels:  backend
nextjs-boilerplate
Jam3 NextJS Generator for SPA, SSG, SSR and JAMStack applications
Stars: ✭ 95 (+55.74%)
Mutual labels:  backend
Test-Bank
Interview preparation and practice problems
Stars: ✭ 43 (-29.51%)
Mutual labels:  webdevelopment
zkit
zKit, components for modern web.
Stars: ✭ 38 (-37.7%)
Mutual labels:  webdevelopment
I18next Xhr Backend
[deprecated] can be replaced with i18next-http-backend
Stars: ✭ 252 (+313.11%)
Mutual labels:  backend
MultiplatformPlayground
Kotlin Multiplatform project in Jetpack Compose & SwiftUI with shared ViewModel layer and File upload
Stars: ✭ 72 (+18.03%)
Mutual labels:  backend
Three Layer
3️⃣ 🍰 Architecture of the Haskell web applications
Stars: ✭ 246 (+303.28%)
Mutual labels:  backend
Web-dev-mini-projects
The repository contains the list of awesome✨ & cool web development beginner-friendly✌️ projects!
Stars: ✭ 291 (+377.05%)
Mutual labels:  webdevelopment
BackEnd-Squad
Back End Squad Roadmap
Stars: ✭ 24 (-60.66%)
Mutual labels:  webdevelopment
kotlin-no-backend
Lista de empresas que utilizam Kotlin no Brasil.
Stars: ✭ 46 (-24.59%)
Mutual labels:  backend
ITL
Sample Web API implementation with .NET Core and DDD using Clean Architecture.
Stars: ✭ 29 (-52.46%)
Mutual labels:  backend

Todo

A clean todo web backend written in Go.

Setup

Dependencies

Migrations

migrate -path ./internal/store/migrations -database "postgres://user:pass@addr?sslmode=disable&dbname=dbname" up

Build

cd cmd/todo
go build

Configure

export TODO_POSTGRES_DSN="sslmode=disable user=user dbname=dbname"
export TODO_ADDR=":8080"

Run

./todo
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].