Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.07 KB

File metadata and controls

35 lines (27 loc) · 1.07 KB

EpamGameStoreProject

DotnetBuild NodeJsBuild

This is small game store project.

This repository contains Website made on React and Asp.net api server.

Features

  • All products shown on main page

  • All products crud operations

  • Registration and authentication

  • Comments and replys system

  • Shopping cart

  • Permissions for 3 groups (User, Admin, Manager)

    Install

To install this project follow this steps:

  1. Clone repository or download zip archive
  2. Open CapstoneProjetApi.sln in CapstoneProjectApi folder with Visual Studio (this is project for backend api server)
  3. Open command prompt and move to epam-gamestore folder
  4. Install all dependecies using command:
    npm i
    
  5. Then use command:
    npm run dev
    

For proper working you need to have Postgresql server on your local machine. You can download it here