Giter Site home page Giter Site logo

shanibider / full-stack-mern-notes Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 3.56 MB

MERN Stack Note app (MongoDB, React, Express, Node.js), utilize Vite.js ๐Ÿ“

JavaScript 83.93% HTML 3.11% CSS 12.96%
client crud expressjs full-stack javascript mern-stack nodejs notes notes-app react server tailwind-css vitejs

full-stack-mern-notes's Introduction

Full-Stack MERN Notes App ๐Ÿ“

Notes App Logo

Welcome to the Full-Stack MERN Notes application, designed to help you organize and manage your notes efficiently.

Overview ๐Ÿ“‹

This project utilizes the

MERN stack - MongoDB, Express.js, React, and Node.js

to provide a robust and scalable solution for managing notes.

Technologies Used ๐Ÿ› ๏ธ

  • MongoDB: NoSQL database for storing notes data.
  • Express.js: Backend framework for building RESTful APIs.
  • React: Frontend library for building interactive user interfaces.
  • Node.js: JavaScript runtime for server-side development.

Features โœจ

  • Create Notes: Easily create new notes with a title and content.
  • Edit Notes: Update existing notes with new content or modify their titles.
  • Delete Notes: Remove unwanted notes from your collection.
  • View Notes: Browse through your list of notes to find the information you need.

Project Structure ๐Ÿ“

The project is structured as follows:

  • server: Backend code written in Node.js using Express.js.
  • client: Frontend code written in React.
  • database: MongoDB database configuration and schemas.

Setup Instructions ๐Ÿš€

Create the file mern/server/config.env with your Atlas URI and the server port:
ATLAS_URI=mongodb+srv://<username>:<password>@sandbox.jadwj.mongodb.net/
PORT=5050
Start server:
cd mern/server
npm install
npm start
Start Web server:
cd mern/client
npm install
npm run dev

or:
npm run build
And in new terminal:
npm run build





๐Ÿ“ซ Connect with me ๐Ÿ˜Š

linkedin portfolio gmail

Copyright ยฉ Shani Bider, 2024

full-stack-mern-notes's People

Contributors

shanibider avatar

Stargazers

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