#Table Of Contents - Introdution - Tech Stack - Environment Variables - Installation Guide - Contributing Guidelines - Code of Conduct - Licenses - Contributors
ExamTime is a platform designed to facilitate exam preparation by providing a centralized location for sharing and downloading notes in PDF format. Whether you're a student looking for study materials or someone willing to contribute by sharing your notes, ExamTime aims to make exam preparation more efficient and collaborative.
Contributing in open source increases your opportunities to work with different projects and mentors, getting to know various insights and ideas. It is a platform where contributors grow together with a construvtive and a positive attitude.
To run this project, you will need to add the following environment variables to your .env
file. You can refer to the .env.dev
file located in both the server and client directories.
PORT
MONGODB_URI
SECRET
ORIGIN
VITE_BASE_URL
git clone https://github.com/<your_username>/ExamTime.git
cd server
npm install
npm run dev
cd ../client
npm install
npm run dev
git checkout main
git pull origin main
git checkout -b feature/my-feature
git add .
git commit -m "Add feature XYZ"
git push -u origin feature/my-feature
- Read our CONTRIBUTING GUIDELINE to get all details about contributing to ExamTime
- Learn all about development process and all information you need to contribute to our project
- If you are having the basic queries make sure you checkout resources there
- Please note that this project is released with CODE OF CONDUCT. By participating in this project you agree to abide by its terms.
- This project thanking all the contributors for having your valuable contribution to our project
- Make sure you show some love by giving ⭐ to our repository