vieter/src/server
Jef Roosens 50ea92ad6d
refactor: renamed api routes & client code to 'targets'
2022-06-15 20:05:03 +02:00
..
README.md refactor: renamed api routes & client code to 'targets' 2022-06-15 20:05:03 +02:00
api_logs.v refactor: renamed api routes & client code to 'targets' 2022-06-15 20:05:03 +02:00
api_targets.v refactor: renamed api routes & client code to 'targets' 2022-06-15 20:05:03 +02:00
auth.v docs: added comment string to each function 2022-04-30 20:22:03 +02:00
cli.v refactor: migrated env code to own external module 2022-06-15 13:20:29 +02:00
routes.v feat: simplified config down to pkg_dir & data_dir 2022-05-03 19:50:14 +02:00
server.v feat(server): initial implementation of migrations 2022-05-28 19:49:49 +02:00

README.md

This module contains the Vieter HTTP server, consisting of the repository implementation & the REST API.

NOTE: vweb defines the priority order of routes by the file names in this module. Therefore, it's very important that all API routes are defined in files prefixed with api_, as this is before the word routes alphabetically.