GithubHelp home page GithubHelp logo

parmodkumar28 / record-manager Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 255 KB

A simple record manager website for user's details.

Home Page: https://record-manager88.netlify.app/

JavaScript 90.38% HTML 6.10% CSS 3.51%
express fullstack html-css-javascript mongodb nodejs react

record-manager's Introduction

๐Ÿ“– Record Management System

The Record Management System is a web application that allows users to manage records across different databases. Users can log in, view records, add new records, search for records, and switch between databases.

๐Ÿš€ Features

  • User Authentication: Users can log in with their credentials.
  • Dashboard: Displays records from different databases in a tabular format.
  • Sorting: Users can sort records based on name, email, or phone number in ascending or descending order.
  • Searching: Users can search for records based on name, email, or phone number.
  • Database Navigation: Users can switch between databases using tabs.
  • Add Record Form: Users can add new records to the selected database.
  • Validation: The add record form includes validations for name, email, and phone number fields.
  • Error Handling: Error messages are displayed if there's an issue adding a record.
  • Notifications: Success and error notifications are displayed when records are successfully added or when there's an error.
  • Responsive Design: The application is designed to work seamlessly across different screen sizes.

๐Ÿ› ๏ธ Technologies Used

Frontend:

  • React.js
  • Axios for HTTP requests
  • Tailwind CSS for styling

Backend:

  • Node.js with Express.js
  • MongoDB for the database
  • Mongoose for MongoDB object modeling
  • JWT for authentication

๐Ÿ“ฆ Setup Instructions

  1. Clone the repository: git clone https://github.com/ParmodKumar28/Record-Manager

  2. Install dependencies:

    • Navigate to the frontend directory and run: npm install

    • Navigate to the backend directory and run: npm install

  3. Set up environment variables:

    • Create a .env file in the backend directory and add the following variables:
      PORT=<port-number>
      MONGODB_URI=<mongodb-uri>
      JWT_SECRET=<jwt-secret>
      
  4. Start the servers:

    • Navigate to the frontend directory and run: npm start
    • Navigate to the backend directory and run: npm start
    • Navigate to the backend directory and run concurrenty both frontend and backend server's: cd backend npm run dev
  5. Access the application:

๐Ÿค Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature)
  6. Create a new Pull Request

record-manager's People

Contributors

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