Backend API server for collecting and displaying user-submitted messages.
Made using Express.js and express-openapi-validator.
The server can be ran locally by entering the server
directory and using npm start
.
The API specification can be found in the OpenAPI3 spec. In a running server, the specification is hosted with Swagger UI in the /spec
endpoint, with the raw spec file also being hosted under /spec/raw
.