A web-based social platform for reviewing users based on their soft skills. Users can create an account, add their information
Clone the repository:
git clone https://github.com/yorozuya-2003/AppraiseMe.git
- Ensure that Node.js and npm are installed on the system.
- Navigate to the
frontend
directory:cd frontend
- Install dependencies using npm:
npm install
- Ensure that Python and pip are installed on the system.
- Navigate to the
backend
directory:cd backend
- Install dependencies from
requirements.txt
:pip install -r requirements.txt
Create a .env
file in the backend
directory and add the following variables:
EMAIL_HOST_USER=your_email_host_user
EMAIL_HOST_PASSWORD=your_email_host_password
For deploying the project, also add:
DATABASE_URL=your_database_url
CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name
CLOUDINARY_API_KEY=your_cloudinary_api_key
CLOUDINARY_API_SECRET=your_cloudinary_api_secret
- Navigate to the
frontend
directory:cd frontend
- Run the frontend server:
npm start
- Navigate to the
backend
directory:cd backend
- Run the backend server:
python manage.py makemigrations python manage.py migrate python manage.py runserver
- Vinay Vaishnav (B.Tech. Electrical Engineering)
- Tanish Pagaria (B.Tech. Artificial Intelligence & Data Science)
(IIT Jodhpur Undergraduates)