Skip to content

rjherrera/Awebxis-Sanchez

Repository files navigation

Cambalache

Heroku

Web app built with koa for IIC2513 - Tecnologías y Aplicaciones Web, Pontificia Universidad Católica de Chile.

Available at cambalache hosted by Heroku

Team

Name Github Email
José Manuel Comber @jmcomber [email protected]
Raimundo Herrera @rjherrera [email protected]
Javier López @javierlopeza [email protected]

Prerequisites:

Project Setup

  • Clone repository
  • Install dependencies:
    • yarn install

Database Setup (development)

Install PostgreSQL

Create development database

createdb cambalache_dev

Run migrations

npx sequelize db:migrate

Run seeds (Optional)

npx sequelize db:seed:all

Run the app!

yarn start

or directly

node index.js

or, if you want automatic restart after any change in your files

npx nodemon

Now go to http://localhost:3000 and start browsing!

About

Cambalache app course project for IIC2513

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •