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.sqlfile into your mysql client - Change the database, username and password in
/config/db.js - Copy
/config/auth/keys.default.jsto/config/auth/keys.jsand add your google client id and secret. - Install dependencies
npm install - Start the server
npm start - Open the browser and visit
localhost:8080


