Working with Models
About
An important component of the project. It is the application's dynamic data structure. It directly manages the data, logic and rules of the application!
Create your first Model
- Head over to
~/models/<your-model>.js.
Get the Repository
git clone https://gitlab.com/ascendtis-vision/vision-api.git
After cloning the project do npm install in your working directory.