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
- Host: GitHub
- URL: https://github.com/levchak0910/fakebet
- Owner: levchak0910
- Created: 2018-03-18T16:33:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T06:50:32.000Z (over 4 years ago)
- Last Synced: 2025-02-01T17:11:13.532Z (5 months ago)
- Topics: football, jest, koa, mongodb, node, vue
- Language: JavaScript
- Homepage:
- Size: 723 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fakebet
> Site with fake football betsDemo: [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.