Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/omriwa/beat81
- Owner: omriwa
- Created: 2019-07-25T10:34:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T16:06:21.000Z (over 5 years ago)
- Last Synced: 2024-10-11T22:43:07.694Z (about 1 month ago)
- Topics: axios, javascript, mocha, mocha-chai, mocha-tests, mochajs, mongodb, mongoose, mongoosejs, node, node-js, nodejs, npm, react, testing, typescript, unit-test
- Language: JavaScript
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```