Skip to content

tech-viascari/CoMS-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

262 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compliance Management System

Getting Started

Clone the repository

git clone https://github.com/sui-tyan/CoMS-Backend.git

After cloning the repository run this command to install dependencies

npm install

or if you're using yarn

yarn install

Note

You need to install knex globally to use their CLI

npm install -g knex

or in yarn

yarn global add knex

ORM

To initialize

knex init

To create a migration file

knex migrate:make <table_name>

To apply migration

knex migrate:latest

To rollback

knex migrate:rollback

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors