Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 669 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 669 Bytes

Secret Server API installing

Prerequisites

  • Docker installed
  • Need enough space on your drive (approx. 3.7 GB)

Project setup with docker

  • navigate to the folder
    docker-compose build
    
  • If the command ran successfully you can reach the website on the http://localhost:8080

In case any error:

Setup
  • in the root folder:
    cd client
    npm install
    cd..
    cd server
    npm install
    // To serve in one process, run this command below
    npm run start
    
  • now you can reach the website on the http://localhost:5555

To run test cases

cd server
npm run test