Skip to content

CavemanKT/project-3-back-end

Repository files navigation

Instructions

  • Clone and rename folder $ git clone git@github.com:dented-academy/express-api-starter.git your_project_name_here
  • Find and rename all instance of your_project_name_here to your project name
  • Create a .env file you need to change CORS_ORIGIN if you UI is not localhost:8080
    COOKIE_SECRET=put_something_random_here
    CORS_ORIGIN=http://localhost:8080
  • Run $ npm install
  • Run $ npx sequelize-cli init
  • Run $ npx sequelize-cli db:create
  • Run $ git remote remove origin
  • Create a new repo and add the repo ssh link to remote
  • Run $ git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published