A safe and fun way to spend time with far away loved ones
Go to file
Aran Zaiger 8931f4bd86 - Adding adonis testing infrastracture
- example test and simple delete usr test added
- extract delete user logics from controller
2020-05-31 16:46:03 +03:00
app - Adding adonis testing infrastracture 2020-05-31 16:46:03 +03:00
config Adding Delete user button and basic functionality 2020-05-23 22:02:04 +03:00
database [WIP] Basic lobby and multibook support. Call is not working ATM. Need to fix signaling 2020-04-29 19:45:50 -04:00
public - Adding adonis testing infrastracture 2020-05-31 16:46:03 +03:00
resources add edit user button 2020-05-26 15:39:24 +03:00
start - Adding adonis testing infrastracture 2020-05-31 16:46:03 +03:00
test - Adding adonis testing infrastracture 2020-05-31 16:46:03 +03:00
.babelrc wip 2020-04-12 10:25:42 -04:00
.editorconfig Initial commit 2020-01-13 20:57:43 -05:00
.env.example Initial commit 2020-01-13 20:57:43 -05:00
.gitignore docker node version + npm lockfile 2020-05-13 22:46:45 -04:00
ace Initial commit 2020-01-13 20:57:43 -05:00
clean-hot-update.sh A bit of ui polish 2020-05-09 15:11:55 -04:00
Dockerfile non slim node 2020-05-13 22:53:46 -04:00
package-lock.json - Adding adonis testing infrastracture 2020-05-31 16:46:03 +03:00
package.json - Adding adonis testing infrastracture 2020-05-31 16:46:03 +03:00
README.md Update 'README.md' 2020-04-30 13:26:05 +00:00
server.js wip 2020-04-12 10:25:42 -04:00
TODO add edit user button 2020-05-26 15:39:24 +03:00
tsconfig.json wip 2020-04-12 10:25:42 -04:00
vowfile.js - Adding adonis testing infrastracture 2020-05-31 16:46:03 +03:00
webpack.config copy.js wip 2020-02-02 17:42:18 -05:00
webpack.config.js wip 2020-04-12 10:25:42 -04:00
yarn.lock Fixed some issues with email spam scores 2020-05-13 21:59:40 -04:00

Seepur

A shared story time experience

For Development

  • yarn install
  • To create or run the DB migrations: npx adonis migration:run
Running dev server
  • npx adonis serve --dev
Build vue js apps
  • yarn build:applications
Build css
  • yarn build:css

Build application

  • yarn build