Giter VIP home page Giter VIP logo

go-todo's Introduction

Go Todo

hero

Introduction

A simple todolist application written in Go

Running a dev server with Docker Compose

docker-compose up

You can access your website at http://127.0.0.1:4040

Requirements

  • MySQL installed
  • Go installed

Installation

  • Clone this repo
git clone https://github.com/ichtrojan/go-todo.git
  • Change Directory
cd go-todo
  • Initiate .env file
cp .env.example .env
  • Modify .env file with your correct database credentials and desired Port

Usage

To run this application, execute:

go run main.go

You should be able to access this application at http://127.0.0.1:4040

NOTE
If you modified the port in the .env file, you should access the application for the port you set

Conclusion

This Project is an example to teach CRUD using the default database/sql package and how to serve html templates properly.

If you have anything to add to this, please send in a PR as it will no longer be actively maintained by me.

go-todo's People

Contributors

hsk-kr avatar ichtrojan 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.