Skip to content

cnbirkbeck/Code-Meetup

 
 

Repository files navigation

< rendezvous >

Deployed Link

Home Page

Screen Shot 2019-08-06 at 1 00 02 PM

Event Page

Screen Shot 2019-08-06 at 1 01 22 PM

Create Event Page

Screen Shot 2019-08-06 at 1 04 01 PM

User Profile Page

Screen Shot 2019-08-06 at 1 05 42 PM

About

Rendezvous is an event organizing application targeted towards all people of tech. The goal for this application is to create an open and friendly platform for like minded developers.

Description

Upon page load, the user is asked to sign in or sign up (first name, last name, email, and password). Once the user is logged in, the application will develop a profile page for the user that will store the events that they are either attending or hosting. We have added a google map to help display to the user who is interested in attending the event being viewed. The user can view all pages of the application however there limited to what they can do as far confirm to attend to events, leave comments, or create an event of their own.

Technologies

  • MERN Stack
    • MongoDB
    • Express
    • React
    • Node.js
  • Redux
  • Axios
  • Unit testing using Mocha.js and Chai.js
  • Material UI
  • Bootstrap
  • Protected API Routes using JSON Web Tokens

Future Improvements

  • Implement an event search by location, date, and keywords
  • Map directions
  • Real time chat
  • Email notifications

Collaborators

Development Information

Run Development Server

``` npm run start ```

Delete all DB Documents and Seed DB

``` npm run seed ```

Run Tests

``` npm run test ```

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.1%
  • CSS 5.2%
  • HTML 0.7%