Skip to content

Proyecto Semestral Tecnologías y Aplicaciones Web - Grupo ☀️

Notifications You must be signed in to change notification settings

isidoravs/iic2513-travel-plan

Repository files navigation

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 :)

Uso de Git

  • git checkout development
  • git branch
  • git checkout -b nombre_rama
  • git pull origin nombre_rama
  • git add --all
  • git commit -m "nombre_commit"
  • git push origin nombre_rama

Orden de trabajo, ir a development, hacer pull, crear rama, trabajar push, merge a development y listo! wuju

About

Proyecto Semestral Tecnologías y Aplicaciones Web - Grupo ☀️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •