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
This project was bootstrapped with Create React App.
This program uses NPM to manage packages. To install all dependencies, run
npm install
in your terminal
This project uses Mocha/Chai/ChaiHTTP for testing. In order to run tests, run
npm test
in your terminal
The project is deployed on heroku at https://shindigg.herokuapp.com
- 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
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks @brittanystoroz and @robbiejaeger for giving us a passing grade on this project!