Giter VIP home page Giter VIP logo

treasure-hacks-3's Introduction

Treasure Hack 3.0 Submission (48 Hours)

My team's entry in the 48 hour Treasure-Hacks-3 hackathon; a reminder application with–

  • user authentication with JWT
  • a RESTful API using Nodejs, Express, MongoDB and Mongoose
  • notifications via SMS or email for events and tasks via Twilio and Nodemailer
  • and a mobile responsive user interface created with React, Material-UI, and Tailwind.

treasure-hacks-3's People

Contributors

kyoshinoda avatar j-obog avatar vstoic avatar jakestrahm avatar

Stargazers

 avatar

Watchers

 avatar

treasure-hacks-3's Issues

Caching

For speeding up response time

  • class for interfacing with Redis
  • middleware for caching REST responses
  • adding middleware to cacheable routes

Logging

Logging for observability

  • function or class for logging

DB Setup

Setting up the database and running migrations

  • migrations file
  • run migration in PROD

Authentication

Add authentication to protect private routes

  • class or helper methods to generate auth tokens
  • middleware for authentication
  • adding middleware to private routes

Base endpoints

These are the REST endpoints WITHOUT authentication, auth can be added on later:

  • REST schemas
  • base dummy endpoints
  • endpoint implementations

Notification Worker

Asynchronous worker that sends out email and sms notifications for reminding users

  • base notification worker class
  • sending out sms notfications
  • sending out email notifications

Notification Clients

Client for pushing reminder notifications to users

  • sms notification client
  • email notification client

DB Client

A database client to interact with MongoDB

  • database schemas
  • class for interfacing with mongo

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.