Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aqeelshamz/faculty-feedback


https://github.com/aqeelshamz/faculty-feedback

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# logo Faculty Feedback System

Application that enables faculties to collect feedbacks from students and analyze them effectively.


## How to run
1. Clone the repo
Open your terminal and run following command
```bash
git clone "https://github.com/aqeelshamz/faculty-feedback.git"
```


2. Install dependencies using pnpm
If you did'not installed pnpm yet, run `npm install -g pnpm` to install pnpm globally in your machine (assuming Node.js is already installed).

After installing pnpm, run the following command to install project dependencies.
```bash
pnpm i
```


3. Run the project
Now you're all set to run the project. Use following command when you're ready.
```bash
pnpm dev
```


4. Open in browser
It'll run the project in port 3000 by default. Open your browser and visit localhost:3000