/College-Wiki

College wiki lets you easily make a wiki and guide for your university to help others know more about the courses in the university. This project is Mern Stack project.

Primary LanguageJavaScript

Website

College Wiki project

College wiki lets you easily make a wiki and guide for your university to help others know more about the courses in the university. This project is Mern Stack project.
We used :

  • MongoDB
  • Express
  • React
  • NodeJS

How to use it ?

This project consists of two folder, one for frontend (Client) and the other for the API.

Start the API

cd api
npm install
npm start

Start the Client

Start another terminal.

cd client
npm start