1.0.4 • Published 3 years ago

figmacoder v1.0.4

Weekly downloads
11
License
MIT
Repository
-
Last release
3 years ago

FIGMACODER

FIGMACODER is a npm library for generating an express application

INSTALLATION

yarn install yarn upgrade

DEPENDENCIES

[x] yarn add cors express helmet hpp knex morgan objection pg
[x] yarn add cross-env dotenv nodemon

USAGE

[x] yarn serve --- to run the server
[x] yarn migrate:make --- to create migration
[x] yarn migrate:latest --- to migrate (latest migration)
[x] yarn migrate:rollback --- to rollback (revert changes)
[x] yarn seed:make --- to create seed
[x] yarn seed:run --- to run seed