Skip to content

CodingForProduct/demo-app-express

Repository files navigation

Intro to Frameworks & Database

Demo app done in Express for the "Coding For Product: Intro to Frameworks & Database" lectures.

Setup

Requirements: Node, Postgres, yarn

  1. clone repo

  2. install packages

$ npm install
  1. create database
$ createdb <database_name>
  1. set up enviroment variables
  • copy .env.sample, and rename it .env
  • fill in the DATABASE_URI
  1. run migrations
$ npm run migration
  1. run seed data to populate database
$ npm run seed

Start application

$ yarn run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published