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

https://github.com/levchak0910/fakebet

Site with fake football bets
https://github.com/levchak0910/fakebet

football jest koa mongodb node vue

Last synced: 3 months ago
JSON representation

Site with fake football bets

Awesome Lists containing this project

README

        

# Fakebet
> Site with fake football bets

Demo: [link](https://fakebet.herokuapp.com)
Description: [link](https://fakebet.herokuapp.com/about)

## Tech stack
**Front:** vue, vuex, vue-router, jest, i18n, axios
**Back:** node, koa
**Database:** mongoDB

## Commands

### Development

##### Front-end

```sh
$ cd front && npm install
$ npm run vue
```

##### Back-end

```sh
$ cd server && npm install
$ npm run node
```

### Production

```sh
$ cd front && npm install && npm run vue-production
$ cd server && npm install && npm run node-production
```

### Test

```sh
$ npm run test # watch files,
$ npm run test-a # all tests once
```

## License
This software is free to use under the MIT license.