This is small game store project.
This repository contains Website made on React and Asp.net api server.
-
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)
To install this project follow this steps:
- Clone repository or download zip archive
- Open CapstoneProjetApi.sln in CapstoneProjectApi folder with Visual Studio (this is project for backend api server)
- Open command prompt and move to epam-gamestore folder
- Install all dependecies using command:
npm i
- Then use command:
npm run dev
For proper working you need to have Postgresql server on your local machine. You can download it here