Giter Club home page Giter Club logo

cupido-backend's Introduction

Backend Repository for Universal Meeting Scheduler

Due to shortage of time, I couldn't host the site properly on heroku. There are certain Build issues that I could not resolve given the time. Thus, I would request the user to run the repo in their PCs as a development server.

Steps

  • Git Clone the repo
  • "npm install"
  • "npm start"

Solution

  • A very basic login system has been used. Middleware validation for every request is performed using jwt
  • SendGrid API is used for Email Management.
  • The user sends the users to invite for a meeting. The server then sends a notification to everyone in the list (which somehow makes its way into the spam folder).
  • Two records are created for each such request:
    • Meeting - a new meeting record consisting of the topic, time of the meeting, and members invited is created
    • User - a new entry for the user under meetings array is added consisting of the meetingId from the meetings collection.
  • A notification email is also sent back to all members of the meeting once a member accepts the invitation.

Last Notes

  • There are a couple of functionalities that I have failed to build in this assignment:
    • Every 30 minute notification for an invited member ( would have used CRON jobs for this )
    • User can see previous meeting ( would have made DB queries, maybe modified the Schema to add a MinutesOfMeeting field )
    • Common meetings b/w 2 or more emails ( DB Queries )

cupido-backend's People

Contributors

rishipr avatar utkarshsingh99 avatar

Stargazers

 avatar

Watchers

 avatar  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.