Skip to content

tmarback/messageboard-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.