Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexweininger/test-device-booking
- Owner: alexweininger
- Created: 2019-02-24T17:57:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:24:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T18:48:42.064Z (about 1 month ago)
- Topics: express, javascript, node, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 5.42 MB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
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
```