Skip to content

warkio/sekai_node

Repository files navigation

Sekai Node

Backend in NodeJS - Express. WIP

Requirements

  • NodeJS >= 11.0

Config

A development.js is required in the config folder.

Scripts

Create model

npm run create-model <model-name> <table-name>
Example
npm run create-model postModel posts

Migrations

To create a migration, run:
npm run create-migration
a .sql file will be created in migrations/sql.

To run the pending migrations, run:
npm run run-migrations

All the migrations will be applied if you run npm start.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •