Coder Social home page Coder Social logo

lms-auth-simple's Introduction

LMS Authentication System

This is a MERN (MongoDB, Express.js, React, Node.js) application for a Learning Management System (LMS) with a simple authentication system. It consists of separate frontend and backend folders.

Table of Contents

Prerequisites

Before you begin, make sure you have the following software installed on your development machine:

  • Node.js and npm (Node Package Manager)
  • MongoDB installed and running
  • Git (optional, for cloning the repository)

Getting Started

  1. Clone the repository:

    git clone https://github.com/getanjali-chawl/lms-auth-simple.git
  2. Navigate to the frontend folder:

    cd frontend
  3. Install the frontend dependencies:

    npm install
  4. Start the frontend development server:

    npm start

    The React development server will start, and your frontend will be accessible at http://localhost:3000.

  5. Open a new terminal window, navigate to the project root, and then enter the backend folder:

    cd ../backend
  6. Install the backend dependencies:

    npm install
  7. Start the backend server:

    npm start

    The backend server will run on http://localhost:4000.

  8. Your LMS Authentication System is now up and running with the frontend and backend servers.

Usage

  • You can access the frontend at http://localhost:3000 and interact with the backend API at http://localhost:4000.
  • Customize the frontend and backend code according to your project requirements.

Folder Structure

  • frontend/ - Contains the React.js frontend code.
  • backend/ - Contains the Node.js and Express.js backend code.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Contributing

Feel free to contribute to this project by following the contributing guidelines.

Acknowledgments

  • Thank you to the open-source community for providing the tools and libraries used in this project.

Support

For support and inquiries, please contact Geetanjali Chawla at [email protected]

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.