Code Monkey home page Code Monkey logo

keeper-app-react's Introduction

React Keeper App

A Keeper app designed to keep notes, inspired by Google Keep, built using React.js, Express, Node and MongoDB.

Deployment

To deploy the app, follow the steps here.

For the frontend part hosted at github pages go to the link.

Note: The backend is developed locally and is not hosted on GitHub Pages.

Backend Setup

The backend is set up in the Server directory, utilizing Mongoose for database interactions and Express for the server framework.

  1. Install the required modules using npm install in the root directory and also for the server in the server directory.
  2. Install Mongoose and create a new database connection for the Keeper app.
  3. Create a .env file in the root of the server directory with the following variables:
  • PORT - The port number your server will listen on (e.g., 5000).
  • DATABASE_URL - Your MongoDB connection URI.
  1. Inside the server directory, run the Node server with the command node server.js.
  2. In the root directory of the project, start the React app by running npm start.
    You can now add, delete, and view notes as you wish. For testing and direct backend interaction, Postman can be used to make requests.

Additional Notes

Feel free to contribute, test, and provide feedback on this project!

keeper-app-react's People

Contributors

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