UNPKG

figmacoder

Version:

FIGMACODER is a npm library for generating an express application

27 lines (19 loc) 569 B
# 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 ```