Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 876 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 876 Bytes

SCHOLARR

Version badge Version badge

An online hub for remote learning.

Changelogs

You can find changelogs here

Guidelines

  • Install all dependencies before running

    Script: npm install

  • To run server

    Script: npm run server

Technology Used

The project is created using the MERN-stack.

  • M (MongoDB) is a noSQL database and will be used as the main storage for the project.
  • E (Express. JS) is a web-framework for making web applications
  • R (React. JS) is a frontend library for creating fast, responsive user-interfaces.
  • N (Node. JS) is the Javascript runtime environment that will serve as the backend of the project.