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
This project consists of two folder, one for frontend (Client) and the other for the API.
cd api
npm install
npm start
Start another terminal.
cd client
npm start