An online hub for remote learning.
You can find changelogs here
-
Install all dependencies before running
Script:
npm install
-
To run server
Script:
npm run server
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.