/SmallTalk

An app where users can make small talk, create meaningful connections, and improve their networking skills!

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

SmallTalk

An app where users can make small talk, create meaningful connections, and improve their networking skills!

Team

  • Product Owner: Stephanie Smith
  • Scrum Master: Laisha Calalpa
  • Development Team Members: Laisha Calalpa, Paul Sobers, Stephanie Smith

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Clone this repo. Run npm i, then npm start. Go into the client directory, run npm i, then run npm start.

Requirements

  • Node 0.10.x
  • PostgreSQL 9.1.x
  • Express 4.17.1.x
  • PG 8.1.0.x
  • Knex 0.21.x

Development

Installing Dependencies

From within the root directory:

npm i
npm start

From within the client directory:

npm i
npm start

Roadmap

View the project roadmap here.

Contributing

See CONTRIBUTING.md for contribution guidelines.

Style Guide

This project adheres to the StandardJS Style Guide.