Skip to content

muhahsanarifin/kalottong-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


kalottong

Built With

Endpoint

Endpoint Method Info
/auth POST DELETE Auth
/users POST GET PATCH Users
/tasks POST GET PATCH DELETE Tasks
/subtasks POST GET PATCH DELETE Subtasks

(back to top)

Getting Started

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/muhahsanarifin/kalottong-be.git
  2. Install NPM packages
    npm install

Run

  • Test this project
    npm test

(back to top)

Contributing

GitHub contributors GitHub commit activity

  1. Fork the Project
  2. Create your new Branch ( git checkout -b ... )
  3. Commit your Changes ( git commit -m '...' )
  4. Push to the Branch ( git push origin ... )
  5. Open a Pull Request

(back to top)

© 2023 kalottong

Releases

No releases published

Packages

No packages published