Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 991 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 991 Bytes
Talks Screenshot

NodeTalks

NodeTalks (Or more commonly known as just Talks) is a node webapp to manage talks at COSI meetings.

It allows people to submit talks that they are planning on giving at upcoming meetngs. As well, it includes an export functionality to aggregate active talks to be put into a markdown format which is used for our meeting minutes.

Install

To setup an instance of talks, download this repo and download the dependencies with npm:

git clone https://github.com/COSI-Lab/NodeTalks.git
npm install

Then, start up the app with the following command:

node index.js

You can enable it to run continuously easily with programs like Forever or Nodemon.

Tools Used

  • Express
  • SQLite3 & Sequelize
  • Angular 1.x