DitoHI / restapi-typescript

Use Cases of using REST API. Implemented in Typescript, Express, and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boilerplate for ToDoApp

Let's forget the daunting process of setting up the model, routes, controller, etc

What Uses ?

The starting model is users and todos. You can modify as you prefer in the model and controller inside the folder

Dependencies

  • CRUD of User, TodoList, and Todo
  • Authentication with jwt and passport
  • File upload with multer
  • Hash and comparing password with bcrypt
  • Join multiple tables with populate
  • Many more

Documentation

The documentation of this API is generated by Apidoc. See the doc here

Testing

This service is already deployed in Azure Container Registry and Azure Web App Service. You can test in todoappwebserver.azurewebsites.net + endpoint from doc

License

Copyright (c) 2019 Dito Hafizh Indriarto

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Use Cases of using REST API. Implemented in Typescript, Express, and MongoDB

License:MIT License


Languages

Language:JavaScript 48.1%Language:TypeScript 33.3%Language:HTML 13.4%Language:CSS 5.1%Language:Dockerfile 0.2%