Skip to content

Bazsi96/SecretServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published