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

https://github.com/phenax/project-venus

An all in one review portal for movies, restaurants, games, tv shows, products, etc.
https://github.com/phenax/project-venus

nodejs react reviews

Last synced: 2 months ago
JSON representation

An all in one review portal for movies, restaurants, games, tv shows, products, etc.

Awesome Lists containing this project

README

        

# Project Venus
All in one review portal for movies, restaurants, games, tv shows, products, etc.


## Instructions

* Clone this repository `git clone https://github.com/phenax/project-venus.git`
* Import `/config/db.sql` file into your mysql client
* Change the database, username and password in `/config/db.js`
* Copy `/config/auth/keys.default.js` to `/config/auth/keys.js` and add your google client id and secret.
* Install dependencies `npm install`
* Start the server `npm start`
* Open the browser and visit `localhost:8080`


## Screenshots

The homepage
![Venus Homepage](https://raw.githubusercontent.com/phenax/project-venus/master/public/img/screenshot/homepage.png)

Category page
![Anime category page](https://raw.githubusercontent.com/phenax/project-venus/master/public/img/screenshot/animecategory.png)

Review page
![Review subject page](https://raw.githubusercontent.com/phenax/project-venus/master/public/img/screenshot/reviewpage.png)


## Contributers

- [Akshay Nair](https://github.com/phenax)
- [Mohak Manghirmalani](https://github.com/NaruBeast)