Skip to content

MediaComem/comem-archioweb-express-exercise

Repository files navigation

Web-Oriented Architecture Express.js Exercise

Learn to implement API routes with Express.js. This exercise is part of the Web-Oriented Architecture course.

build publish license

Requirements

Usage

# Clone the application
git clone git@github.com:MediaComem/comem-archioweb-express-exercise.git

# Install dependencies
cd comem-archioweb-express-exercise
npm ci

# Start the application in development mode
npm run dev

Visit http://localhost:3000.

Run in production mode

NODE_ENV=production node ./bin/www

About

This project is an Express.js application which exposes an OpenAPI document that describes the API to implement as an exercise. The UI is rendered with Swagger UI.