Skip to content

manojown/Golang-Rest-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang-Rest-MongoDB

Technology Stack Used

  • MongoDB
  • Golang

Feature List

  • On User Collections
    • CREATE
    • READ
    • UPDATE
    • DELETE

Requirement .env

MONGODB=Your_MONGODB_URL
DATABASE=YOUR_DB_NAME
ENV=ENVIRNMENT_IS_DEVELOPMENT_OR_PRODUCTION

Project setup

    git clone this_repo
    go get ./...
    make dev