durancristhian / acamica-dwfs-belgrano

Acamica - Desarrollo Web Full Stack - Sede Belgrano 2018/2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acamica-dwfs-belgrano

Build Status Greenkeeper badge

Acamica - Desarrollo Web Full Stack - Sede Belgrano 2018/2019

Setting up the environment

  • Create a Google Spreadsheet based on /resources/database.xlsx.

  • Check out these easy-to-follow steps in order to be able to publish it and fetch its data.

  • Create an .env file from .env.template

    cp .env.template .env
  • And complete it with the needed information

    code .env

HINT: The SPREADSHEET_ID is part of the Google Spreadsheet's URL.

Development

# install dependencies
npm i

# fetch the spreadsheet's data
npm run fetch-dataset

# start server
npm start

About

Acamica - Desarrollo Web Full Stack - Sede Belgrano 2018/2019

License:MIT License


Languages

Language:CSS 90.8%Language:JavaScript 7.3%Language:HTML 1.9%