Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/omriwa/beat81


https://github.com/omriwa/beat81

axios javascript mocha mocha-chai mocha-tests mochajs mongodb mongoose mongoosejs node node-js nodejs npm react testing typescript unit-test

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Read me!

## Installation
```bash
npm i
cd ./server
npm i
cd ..
cd ./client
npm i
```
## Run
```bash
npm start
```
## Test
```bash
npm start
in new window type:
npm test
```