Skip to content

Commit

Permalink
Add server and build app for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Popovkov57 committed Sep 30, 2022
1 parent c1ad015 commit 6fa98db
Show file tree
Hide file tree
Showing 6 changed files with 954 additions and 209 deletions.
3 changes: 1 addition & 2 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = function() {
{ id: 8, name: "Human Chess Board", category: "Chess", description: "A fun game for the family", price: 75 },
{ id: 9, name: "Bling Bling King", category: "Chess", description: "Gold-plated, diamond-studded King", price: 1200 }
],
orders: [],
categories: ["Watersports", "Soccer", "Chess"]
orders: []
}
}
Loading

0 comments on commit 6fa98db

Please sign in to comment.