nacosta-cl / wican

Proyecto de ejemplo desarrollado en clases

Home Page:https://wican.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template

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

Prerequisites:

Project Setup

  • Clone repository
  • Install dependencies:
    • yarn install

Database Setup (development)

Install postgresql

Create development database

createdb iic2513template_dev

Run migrations

./node_modules/.bin/sequelize db:migrate

Run the app!

yarn start

or directly

node index.js

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

./node_modules/.bin/nodemon

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

About

Proyecto de ejemplo desarrollado en clases

https://wican.herokuapp.com

License:MIT License


Languages

Language:JavaScript 82.1%Language:HTML 12.8%Language:CSS 5.1%