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

r0chellevee/merj

 
 

Repository files navigation

Social.ly

Social.ly is a social events hub and networking platform that allows people to chat before, during and after an event.

Team

  • Product Owner: Emma V. Rios
  • Scrum Master: Misaki Matsumoto
  • Senior Fullstack Engineer: Rochelle Valdez
  • Fullstack Engineer: Joanna Wheeler

Table of Contents

  1. Team
  2. Usage
  3. Requirements
  4. Development
    1. Installing Dependencies
  5. Contributing

Usage

  1. Join Social.ly with your email address, Facebook or Google account.

Alt text

  1. Browse a list of events happenning all over the world, view events on a map and easily get directions or create and host your own events.

Ex: Map View

Alt text

  1. Join an event and chat, share photos, gifs and emojis with other event participants.
  2. Keep track of events you've joined and stay in touch with the communities you've joined.

Requirements

  • React 15.5.3
  • Node 0.0.0
  • Express 4.15.2
  • PostgreSQL 6.1.5
  • Sequelize 3.30.4
  • Enzyme 2.8.2
  • Karma 1.6.0
  • Webpack 2.3.3
  • Auth0-Lock 10.14.0
  • Socket.IO 1.7.3

Development

Installing Dependencies

From within the root directory:

npm install
npm start
nodemon server.js

Fork and clone the respository to your local machine. Use npm install to install the required dependencies. To start the app you can use: npm run build or npm start which builds then runs the app. Run the local server using node server.js or nodemon server.js.

Point your browser to localhost:8080 and have fun!

We used Auth0 for authentication and Google Maps API, which you will need to obtain your own API Key to use within the app.

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0