0.0.29 • Published 5 years ago

@magishift/crud v0.0.29

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago