Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 641 Bytes

File metadata and controls

30 lines (24 loc) · 641 Bytes

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