Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aqeelshamz/faculty-feedback
https://github.com/aqeelshamz/faculty-feedback
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aqeelshamz/faculty-feedback
- Owner: aqeelshamz
- Created: 2024-02-23T14:15:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T06:30:56.000Z (9 months ago)
- Last Synced: 2024-05-21T07:16:20.970Z (8 months ago)
- Language: TypeScript
- Homepage: https://faculty-feedback-app.vercel.app/
- Size: 6.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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