Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 474 Bytes

File metadata and controls

20 lines (11 loc) · 474 Bytes

Rathem

web aplications class project

Rathem is an application to rate products

For installation you will need:

  • node js
  • mysql server

#Installation

  1. In the resources directory are is the script which contains the tables that you need to import into your own sql server.

  2. Inside /app/services there is a database.js Modify this script in order to run your own sql server.

  3. Run node server.js on parent directory

  4. App should be running in localhost:8000