10000 GitHub - hengstrom25/notions_app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hengstrom25/notions_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notions

Running Migrations

Running Migrations

cd api/db
npx sequelize-cli db:migrate

Undoing the most recent Migration

cd api/db
npx sequelize-cli db:migrate:undo

Create Model/Migraton

example:

npx sequelize-cli model:generate --name rowCounter --attributes count:integer,projectId:integer,name:string,userId:integer

To Run Front End Using HTTPS:

HTTPS=true npm start

To Run Heroku Shell

heroku run bash --app notions-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0