Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.51 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.51 KB

Shindig

Are you ever looking to kill some time and think, "I wonder whats going on around me?" Enter Shindig. An application that displays all events around your current location based on your personal preferences.

This project was built as the Mod 4 Capstone for the Front End Engineering program at The Turing School of Software and Design

Getting Started

This project was bootstrapped with Create React App.

Prerequisites

This program uses NPM to manage packages. To install all dependencies, run

npm install

in your terminal

Running the tests

This project uses Mocha/Chai/ChaiHTTP for testing. In order to run tests, run

npm test

in your terminal

Deployment

The project is deployed on heroku at https://shindigg.herokuapp.com

Built With

  • React - For our user interface
  • NodeJS - For our database
  • ExpressJS - As a framework for Node to communicate with Postgres
  • Knex - As a SQL query builder for Postgres

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks @brittanystoroz and @robbiejaeger for giving us a passing grade on this project!