Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.73 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.73 KB

Arcade

Run

Import ArcadeGames.json into database (I use local mongoDB here)

Run the following command to install dependencies:

npm install

To start the application using nodemon or node, run:

nodemon app.js
node app.js

Menu

image

Game-details

image

If cannot read the picture, show the img description

image

Add new game

image image image

Edit game

image image image

Delete game

image image

Search game

  1. by name image
  2. by type only image
  3. by name plus type image