Backend
www.edroplets.org/api
Source code structure
src/ # contains all server-side source code
|- controllers/ # definitions of API endpoints
|- datasources/ # configuration for data sources
|- interceptors/ # middleware for requests to append information
|- lib/ # utilities including seed data to initialize the database
|- models/ # definitions of database models
|- repositories/ # interface to retrieve data from datasources (mainly database)
|- services/ # integrations with external services like file storage (S3) and email provider
storage/ # persistent file upload storage for development Docker onlyExternal APIs
Emails
Last updated