Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.
/ SGFundamentals Public archive

Web app to manage and share study material. Done for IIC2513 Tecnologías y Aplicaciones Web at Pontificia Universidad Católica de Chile.

Notifications You must be signed in to change notification settings

SHGoldfarb/SGFundamentals

Repository files navigation

SG Fundamentals

A web app that lets you share your study material, along with answers and comments for everyone to see and contribute. You can see it working on sgfundamentals.herokuapp.com.

To test as a normal user, log in as user: user1; password: user, or if you want to log as admin user: admin; password: admin.

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

Web app to manage and share study material. Done for IIC2513 Tecnologías y Aplicaciones Web at Pontificia Universidad Católica de Chile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •