GithubHelp home page GithubHelp logo

go-todo-server's Introduction

This application is meant to serve as API endpoints for https://github.com/shaunloh89/vue-todo-list

Quickstart

The following steps are needed to be done before you can begin to use this codebase locally.

Run the following script

# Depending on your usage practice Golang - either following advice of Go authors or create folders
# Assuming you want to put your code in your own code structures, you can use the following folder structure
# go-todo-server >> src >> {cloned folder}
mkdir go-todo-server
mkdir go-todo-server/src
export GOPATH=$(pwd)
cd go-todo-server/src

# Clone the repository
git clone https://github.com/shaunloh89/go-todo-server.git

# Install all packages
go get

# Start the application
go run main.go

Starting the Server

Initialize the MySQL driver from System Preferences and create a database in your db application of choice.

The server currently uses "mysql" as our database driver, "root" as the database username, "password" as password and "todos" as database name. Please change these information as your needs.

go-todo-server's People

Contributors

shaunl89 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.