feat: ensure organization tenant configured.

This commit is contained in:
Ahmed Bouhuolia
2020-09-28 13:30:50 +02:00
parent 9f315ca657
commit d3d772f735
19 changed files with 140 additions and 76 deletions

View File

@@ -1,20 +0,0 @@
CLIENT
------------------------
1. `cd client`
2. `npm install`
RUN CLINET
1. npm run start
SERVER
-----------------------
1. cd server
2. npm install
3. npm install -g knex webpack
4. write database details to .env files.
5. `knex migrate:latest`
6. `knex seed:run`
RUN SERVER
1. npm run start