Skip to content

noirrs/word-practicing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Word Practicing

πŸŒ€ Word Practicing App is a tiny go service

⚑ Quick API Docs

/word/create:

  method: "POST",
  headers: { category: "Category Name"},
  body: {  
   "value": "word",
   "trued": Number,
   "falsed": Number
  }
  

/word/correct:

//helps to add Trued or Falsed to the word

  method: "POST",
  headers: { category: "Category Name"},
  body: {  
   "value": "word",
   "trued": Number,
   "falsed": Number
  }

/word/edit:

  method: "POST",
  headers: { category: "Category Name"},
  body: {  
   "word": "Word's value field",
   "new": "Word's new value field"
  }
  

/word/delete:

  method: "POST",
  headers: { category: "Category Name"},
  body: {  
   "word": "Word's value field",
  }
  

✍️ Repository Structure

β”œβ”€ .gitignore
β”œβ”€ README.md
β”œβ”€ category.go
β”œβ”€ config.json
β”œβ”€ connect.go
β”œβ”€ go.mod
β”œβ”€ go.sum
β”œβ”€ handlerFuncs.go
β”œβ”€ main.go
└─ service.go

πŸ”— Resources

Go

Mongo Driver

Gin

MongoDB

MongoDB Compass (for local usage)

Running the app

# development
$ go run .

πŸ“± Contact

About

πŸ€– a tiny go service (under maintenance)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages