GithubHelp home page GithubHelp logo

jamal474 / noteracyapp Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.15 MB

Note taking app | MERN Stack

Home Page: https://noteracy.cyclic.app/

HTML 3.58% CSS 26.51% JavaScript 69.91%
mern-stack passportjs react-router rest-api googleoauth reactsjs react-helmet

noteracyapp's Introduction

Welcome to Noteracy ๐Ÿ‘‹

Version Version

Description:

Noteracy is your all-in-one solution for seamless note-taking and organization. With Noteracy, we can:

  • Create Notes : Capture your thoughts, ideas, and to-dos with ease.
  • Update & Edit : Keep your notes up-to-date as your projects and tasks evolve.
  • Delete Notes : Remove what's no longer relevant or needed.
  • Search Functionality : Effortlessly find the notes you need with powerful search capabilities.

Google Account Integration : Sign in using your Google account for a smooth and secure experience.


Technologies Used:

Express.jsNodeJSMongoDBReactHTML5CSS3

  • Authentication using : Passport.js

Hosting:

The website is hosted on cyclic.sh


Design:

Database:

2 Models :

  • User: Stores everything about the user including displayName, firstName, lastName, profileImage, and createdAt.
  • Notes: Stores a single note instance for a user and includes details like user, title, body, and createdAt.

Server-Side :

Rest API :

  • Express server with 3 routes:
    • auth : Authentication route that checks if user already has an account in the platform. If not, it inserts a new user, using passportJS's passport-google-oauth20 strategy.
    • dashboard : Handles all the requests after login for notes view etc.
    • user : to confirm authentication status of user anytime.

Client-Side :

Front-end was made using React.js with react-router for routing and react-helmet for custom head.


Install

npm install

Usage

Build the React frontend

cd client | npm run build

Create a .env file

MONGODB_URI = ''
GOOGLE_CLIENT_ID = ''
GOOGLE_CLIENT_SECRET = ''
GOOGLE_CALLBACK_URL = 'http://localhost:5000/google/callback'

Fill in these details from your MongoDB Atlas connection and Google OAuth credentials.

Set http://localhost:5000/google/callback in redirect URI in google credential.

Run the server

npm run dev

The application will now be accessible from http://localhost:5000

Production

npm run start

Show your support

Give a โญ๏ธ if this project helped you!


noteracyapp's People

Contributors

jamal474 avatar

Stargazers

 avatar

Watchers

 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.