The project consists of building a Single Page Application that allows users to register, log in, and leave reviews on video games. Of course, it will still be possible to view all reviews displayed on the site without logging in.
In addition to regular users, there will also be an admin user who will have the ability to add video games through the dedicated section.
- Clone the repository:
git clone https://github.com/MrEntity303/RevGames
- Navigate to the project directory:
cd RevGames
- Install dependencies:
npm install
- Start the Express server:
node index.js
- Start the Vue web server:
npm run serve
- Open a browser and visit http://localhost:8080 to view the Vue application.
- Patryk Sebastian Bialowas (@MrEntity303)
- Carmine Marchesani (@carmcc)
- Marco Cocilova (@Marclova)
This project is distributed under the MIT License. See the LICENSE file for more information.