Skip to content

mamunsyuhada/nodemanten

Repository files navigation

Node Manten

nodemanten-workflow

Schema DB

{
    "wishId": "69da0078-f376-47e1-a452-6e7125abff83",
    "author": "Imam Syuhada",
    "attendace": ["hadir"],
    "wish": "wish me luck",
    "isDeleted": false,
    "createdAt": {
        "$date": "2022-01-23T09:24:39.271Z"
    },
    "updatedAt": {
        "$date": "2022-01-23T09:24:39.271Z"
    }
}

Run and Test it

You should have mongo running on port 27017 before running tests. You can get mongo up and running by using the following command:

npm i && npm run dev

TODOs

  • Post a wish
  • List wishes
  • Bruteforce or Ratelimiter
  • Swagger APIs Documentation
  • Dockerize
  • Create Deployment (Github Action)
  • Test Coverage

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published