0.0.29 • Published 7 years ago

@magishift/crud v0.0.29

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Magi Shift Core

Magishift is Low-Code Framework, helps you to build application easier, faster and a more efficient use of time. By using magishift it doesn’t matter whether you have software engineer background or not to start deploy your application.

To start example app

Prerequisites

  • Make sure you have docker with docker-compose installed properly in your machine
  • Make sure you have node with npm or yarn in your machine.

Start Docker Container

docker-compose up -d

Run the example app

using npm:

npm install
npm run start

using yarn:

yarn install
yarn start

check api endpoint http://localhost:8008

check graphql endpoint http://localhost:8008/graphql

Database migration

Automatic generate migration script

npm run migration:generate -n MigrationFileName
or
yarn migration:generate -n MigrationFileName

Run migration script

npm run migration:run
or
yarn migration:run

Revert migration script

npm run migration:revert
or
yarn migration:revert

more advanced command and config refer to here:

Code of conduct

  • Never create feature/module that specific to one project
  • Always create interface and abstraction layer
  • If you unsure always ask, cause if you break something here means other project will break
  • Always create unit test properly
0.0.29

7 years ago

0.0.28

7 years ago

0.0.27

7 years ago

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.0

7 years ago