All in one review portal for movies, restaurants, games, tv shows, products, etc.
- 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