Skip to content

worldline/vuejs-training-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend server for vue.js training

This is the back-end API to run locally for the Vue.js training session

Setup

# install dependencies
$ npm install

# start the server
$ npm run start

You will need an OMDB API key to get movies results. If you don't have an API key, mocked responses will be used instead.

Documentation

The swagger documentation is available on the /api-docs route.

Note: You can remove all users from the database with the endpoint DELETE /users.