WesleyJSO / go-crud

Project created to learn the basics of the Go language for my new job

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-crud

Project created to learn the basics of the Go language for my new job

Pre-requisites

  1. Download Go installer here.
  2. Download MongoDB installer here.
  3. Run touch .env to create the environment file
  4. Edit and run echo DB_CONNECTION=CHANGE_THIS_TO_YOUR_MONGO_URL >> .env
  5. Edit and run echo DB_NAME=YOUR_DB_NAME_HERE >> .env

Start application

  1. Execute the command go run main.go under the crud directory.

About

Project created to learn the basics of the Go language for my new job

License:MIT License


Languages

Language:Go 100.0%