Git Product home page Git Product logo

fellowship-finder's Introduction

Fellowship Finder

Fellowship Finder is a web app that allows users to find and meet people with similar interests in games.

The app allows users to create profiles, filter through other users based on interests and meetup logistics, add friends, and plan events. Fellowship Finder is meant to provide a platform for people to make friends with shared interests and streamline the process of organizing tabletop sessions.

Setup

  1. If you don’t have Node.js installed, install it from here. (We used Node v18.16.0 and have not tested on other versions)

  2. Clone this repository and navigate into the project directory

  3. Install the requirements

npm install
  1. Make an account or sign in the Google Cloud.

  2. Navigate to the credentials section of the API's and services.

  3. Create a OAuth cliend ID credential. Name it whatever you like. For Application type select Web application.

  4. Add the following Authorized origins:

http://localhost:8080
http://localhost:3001
  1. Add the following redirect URI's:
http://localhost:3001/auth/google/redirect
http://localhost:8080/auth/google/callback
  1. Make a copy of the config/keys.js file by running this command.

    On Linux or Mac:

cp config/keys.example.js config/keys.js
On Windows:
copy .config/keys.example.js .config/keys.js
  1. Inside of the new config/keys.js file, replace the empty strings with your new Google Oauth Client ID and Client secret. The session cookieKey can be named whatever you like.

  2. Run the app

npm run dev
  1. You should now be able to access the app at http://localhost:7000

Designed by @party-cubed:

Emmy Bishop @emmy-bishop

Kalypso Homan @catcatmcgee

Marvas McCladdie @MarvyWarvy

Stack

Node: v18.16.0

Database: mySQL

ORM: Sequelize

HTTP Client: Axios

Deployment site: AWS

Server: Express

Authentication: Passport and Google auth

Client: React

Styling: Material-UI

Calendar UI: Big React Calendar

Project management: Trello

License

This project is licensed under the VERYREALVERYSECURE License.

fellowship-finder's People

Contributors

kalypsohoman avatar emmy-bishop avatar evmaperry avatar gfish94 avatar saandre0217 avatar jshep23prog avatar marvywarvy avatar abell10101 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.