8000 GitHub - jameka23/partyy: C31 Capstone
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jameka23/partyy

Repository files navigation

Welcome to pArTyy! app.

Are you a one person wolf pack? Need friends? Then that's exactly what pArTyy! is, an application that allows users to do one of the following:

    1. create parties that you can set to public/private and invite users
    1. find local parties that are public to the general public

Getting Started

These instructions will get you a copy of the project up and running on your local machine

Installing

First, you'll need to clone down the repo into a directory. Open your terminal and enter

git clone git@github.com:jameka23/partyy.git

After that, open up your editor. You're going to need to do the following: You need to be in the main part of the app by entering in:

cd partyy-app

Since we will be using fake data at the time, database.json has been set up for you, go to your terminal, enter the command

cd api

You will need to run the local json-server, run the command

json-server -p 5002 -w database.json

Before we run the application, you must run the command for the React app. In the terminal, run the following command to go back to the main directory

cd ..

Then enter the following command to start using the application

npm start

Your terminal should look similar to this, with no read errors: npm example

The next thing to do is head over to your browser. Since this application was to mimic a mobile app, the best experience is to user Xcode's Simulator or use the Chrome Dev Tools and choose a mobile view such as the iPhone 6/7/8 with mobile framing.

Below are the steps to view the mobile version via Chrome Dev Tools:

  • click on the toggle device toolbar

  • choose the device you'd like to view the app on

  • lastly, add the device frame frame

If you using, Xcode's Simulator, open up Safari or Chrome on the simulator then enter in the following url and press enter

http://localhost:3000
You are now ready to use pArTyy!.

First Time User instructions

  • The first thing you have to do is register as new user otherwise you will not be able to use pArTyy!
  • Once registered, you are now able to use the application
  • Since there are only a few parties in the database, you need create a party.

I hope you enjoyed my app! :)

Built With

Authors

  • Jameka Echols

Acknowledgments

About

C31 Capstone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0