Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 639 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 639 Bytes

messageboard-api

Overview

Backend API server for collecting and displaying user-submitted messages.

Made using Express.js and express-openapi-validator.

Running

The server can be ran locally by entering the server directory and using npm start.

Documentation

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.