it is a tool that allows making a whole basic API, using technologies such as node.js including express and koa, also mongoose or sequalize as ORM.
- firstly you have to create a new folder where the project will be built,
- open the terminal and move to the folder you have made, run the command npm init, as a result, the file j.son will be made.
- in the same terminal run the command npx create-api
- answer the questions regarding to the project, once you have finished the server will be installed.
- go to the server folder and test it, it should be already working
- A new folder called server will be made, therefore, if it already exists the process won't be executed.
- there are some input validations, such as the port must be a number, the database as the models or collection can not be called with numbers or symbols.
- the dependencies should be installed automatically, however, double-check that everything has been installed porperly.
