PartyStarty is an event organize application. The current release is focusing on movie night event. The user will be able to
- create event
- search movie
- share event with friends, and friends can vote on the existing movies or add new movies
PartyStarty is being developed by four full-stack engineers.
- Bryan Wang - bryangxyz
- David Zou - Davidzsy20
- Paul Jaffre - jaffrepaul
- Simon Zheng - skzheng
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
-
Fork the repo and clone it to your development environment of choice.
-
To install apple(Me) dependencies, run the following command from the cloned repo's directory:
npm install
You will need several API Keys to run your own build of PartyStarty. We use the NPM package dotenv for our local environment variables. You should make a .env file, placed in your clone's root directory, that looks like this:
MOVIEDB_KEY=(The Movie Database API Key) // Available from [The Movie Database](https://developers.themoviedb.org/3/getting-started)
PartyStarty needs to track your profile in order to learn about you, so start by signing up then logging in.
Contact us if you have any questions!
- React - Facebook's powerful JavaScript framework
- Node.js - JavaScript runtime
- Express- Fantastic Node.js web server framework
- mongoose - a MongoDB object modeling tool
- mongodb - document-oriented database
- React bootstrap - front-end framework rebuilt for React
- Webpack - Module bundler
This project is licensed under the MIT License - see the LICENSE.md file for details