Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 916 Bytes

readme.md

File metadata and controls

11 lines (9 loc) · 916 Bytes

Restify example application

Overview

The example directory in the Restify project contains an example application that demonstrates the usage of Restify's features and capabilities. This application is built using the EVO Framework and showcases how to generate RESTful APIs for managing data, data entry processes, dashboards, and third-party communication.

Structure

The example directory includes the following key files and directories:

  1. config.yml: A configuration file that holds settings or parameters for the example application.
  2. main.go: The entry point of the example application, which orchestrates the execution of the code in the "example" directory.
  3. apps directory: A subdirectory containing the "user" application, which includes the app.go and models.go files.
  4. Postman Collection: a postman collection for provided endpoints