An open API service indexing awesome lists of open source software.

https://github.com/hurricaneinteractive/epic-reviews


https://github.com/hurricaneinteractive/epic-reviews

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

          

# Epic Reviews

A website that will allow users to submit reviews for games on the Epic Game store. This is a missing feature and something that should be there already. The site will be built with a API first approach as I plan to create a browser extension that will be available on the Epic Game store using the same data.

> The project is still VERY MUCH in progress. The plans and ideas are currently in my head. I might create some issues to make contributing to the project easier

## What is being used?

- [Rocket](https://rocket.rs/)
- [Tera](https://github.com/Keats/tera)
- [React](https://reactjs.org/)

## Want to contribute

1. Clone to repository
2. Run `nvm install` (you will need [nvm](https://github.com/nvm-sh/nvm))
3. Run `yarn` - installs some JS dependencies
4. Run `cargo run` to start a local server
5. Make changes and commit them