Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexweininger/test-device-booking

Web app for managing test device booking
https://github.com/alexweininger/test-device-booking

express javascript node nodejs react

Last synced: about 1 month ago
JSON representation

Web app for managing test device booking

Awesome Lists containing this project

README

        

# Test Device Booking [![Build Status](https://travis-ci.com/alexweininger/Test-Device-Booking.svg?branch=master)](https://travis-ci.com/alexweininger/Test-Device-Booking) [![codecov](https://codecov.io/gh/alexweininger/Test-Device-Booking/branch/TeamB/graph/badge.svg)](https://codecov.io/gh/alexweininger/Test-Device-Booking/branch/TeamB)

## Installing

``` bash
# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000
```