Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.89 KB

File metadata and controls

56 lines (39 loc) · 1.89 KB

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 [email protected]: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.