Coder Social home page Coder Social logo

washingtonyandun / nancy_prototype Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 11.44 MB

(Working) (LMS) for Web Development asignature (MERN stack)

Home Page: https://nancy-prototype.vercel.app

License: Creative Commons Zero v1.0 Universal

JavaScript 99.55% HTML 0.24% CSS 0.21%
react mongodb nodejs

nancy_prototype's Introduction

Nancy - Learning Management System

Nancy Logo

Overview

Nancy is a robust Learning Management System (LMS) designed to enhance your learning experience through the integration of cutting-edge technologies. Leveraging Mediapipe, computer vision, and artificial intelligence powered by OpenAI, this system goes beyond traditional approaches to offer a more interactive and personalized learning journey.

Features

  • Computer Vision: Utilize advanced computer vision techniques to create a visually immersive learning environment, making complex concepts more accessible.

  • Personalized Learning: Benefit from AI algorithms that analyze user interactions and adapt content delivery, ensuring a customized learning path for each user based on his or her emotional interaction with the content.

Technologies:

What is the MERN stack?

MERN stands for MongoDB, Express, React, Node, after the four key technologies that make up the stack.

  • MongoDB - document database
  • Express(.js) - Node.js web framework
  • React(.js) - a client-side JavaScript framework
  • Node(.js) - the premier JavaScript web server

Express and Node make up the middle (application) tier. Express.js is a server-side web framework, and Node.js is the popular and powerful JavaScript server platform.

  • React.js: React is a JavaScript library (not a framework) for building interactive user interfaces. It employs a component-based approach to create web applications.

  • Mongo: MongoDB is a document-oriented NoSQL database that stores data in JSON BSON format and is known for its scalability and schema flexibility.

  • Node: Node.js is a server-side JavaScript execution environment that enables the development of scalable and highly concurrent applications. It uses the Google Chrome V8 engine to run JavaScript code.

  • Express.js: Express.js is a minimalist web framework for Node.js that simplifies the creation of web applications and APIs. It provides essential functions for handling routes, middleware, and HTTP requests.

Framework MVC Introduction

Nancy is built on the Model-View-Controller (MVC) framework, a powerful architectural pattern that separates an application into three interconnected components. The Model (Mongo) represents the data and business logic, the View (React.js) handles the user interface, and the Controller (Express.js/Node.js) manages user input and interaction. This structure promotes modular development, making it easier to maintain and scale the application.

MVC Architecture MERN

Explication

  • In this project, following the MVC architecture with the MERN stack, it's quite evident that we use MongoDB as our database. MongoDB stores the models ("User" and "Note"), currently mapped to code through Mongoose, the library we use as an ORM to connect to MongoDB.

  • The database exclusively interacts with controllers ("notesController" and "authController"), implemented as functions in Node.js. These functions are invoked by the Express backend framework, which, in turn, is triggered by routes coming from the client.

  • The client interacts through a graphical interface built with React.js ("HomePage, "LoginPage", "NoteFormPage", etc.). It's crucial to note that React cannot directly access MongoDB, and MongoDB cannot send data to the client without passing through the controllers, in accordance with the MVC architecture.

  • For clarity and organizational purposes, in the project, models and controllers have been separated into the "server" folder, while views are located in the "client" folder.

Requirements

Before setting up and running Nancy Prototype, ensure that your system meets the following requirements:

  • Node.js: Nancy uses Node.js for server-side scripting. Ensure that you have Node.js installed.
  • MongoDB: MongoDB is used as the database for Nancy. Install MongoDB on your system.

Getting Started

Follow these steps to get started with Nancy:

  1. Clone the Repository and go to the destination folder:

    git clone https://github.com/WashingtonYandun/Nancy_Prototype.git
  2. Run the following commands in the corresponding folder:

  • This in the root folder

    npm i
    npm run dev
  • This in the root folder too

    cd client/
    npm i
    npm run dev

License

This project is licensed under the CC0 1.0 Universal (CC0 1.0) License

More documentation

nancy_prototype's People

Contributors

washingtonyandun avatar

Stargazers

 avatar  avatar

Watchers

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