Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.12 KB

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

Category page Anime category page

Review page Review subject page


Contributers