About The Project

Workspaces

Service to provide workspaces options and their associated prices

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install 

Installation

  1. Clone the repo

    git clone https://github.com/https://github.com/space-work/workspace-service.git
  2. Install NPM packages

    npm install
  3. Rename sample.env to .env

  4. Either run tests using

    npm run test
  5. Or start server using

    npm run server-dev

    And visit http://localhost:4000