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.
- Host: GitHub
- URL: https://github.com/phenax/project-venus
- Owner: phenax
- License: apache-2.0
- Created: 2017-03-25T04:34:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T14:27:05.000Z (about 7 years ago)
- Last Synced: 2025-03-28T04:30:48.386Z (3 months ago)
- Topics: nodejs, react, reviews
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
Category page
Review page

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