Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 386 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 386 Bytes

CLI tool to bootstrap new rest api app

use this command to start

npx create-api-rest
  • use --use-npm to use npm while installing the dependencies
npx create-api-rest --use-npm

we have 2 options to start a fresh new rest api project

choose what language do you want to use

  • javascript
  • typescript

Wait until the installation is DONE and you're ready to go