Giter Site home page Giter Site logo

noter's Introduction

Noter

Description

Noter is simple application for sharing notes. I used React on frontend, and Node.js deployed on a few AWS Lambdas on backend. In this project I used also other AWS services, like ApiGateway, Cognito, DynamoDB and Simple Email Service.

Features

  • Signup and sign in page managed by Cognito on backed
  • notes creation
  • sharing notes with other people (to view note account is required)
  • define note expiration
  • notification, when someone share note with you (This feature will required proper SES configuration, cause by default SES is working on SANDBOX mode, which means you can send mails only to verified email addresses. Link to documentation)

Deployment

To deploy backend to AWS you need to type following command in root dir:

make deploy

If you want to run frontend on localhost it will require some additional step. You need to fill config.sample.js file with all required settings, and rename this file to config.js

To get required settings please run.

make describe

All required data from cloudformation stack should be displayed there. Then, when config file will be filled sipmply type

make run-frontend

If you wish to deploy frontend code to AWS, you need to create S3 bucket manually, with proper website hosting settings, and copy fronted build there. Also it required proper setting for redirect rules, cause frontend is using client-side routing. I will automate it soon :)

TODO

There are a couple things to improve:

  • Cloudformation for frontend infrastrcture
  • CI/CD based on Code Pipelines for whole project
  • Unit tests
  • e2e tests
  • Frontend code cleanup

noter's People

Contributors

wbira avatar

Watchers

James Cloos 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.