Anubhav is a platform developed for AITians to read & share encounters of various interviews. Including interviews of big giants like Amazon, Google & Microsoft. This will surely help the upcoming batches of AIT.
- Portal Link - https://anubhav.aitoss.club
- Front-End Repository - https://github.com/aitoss/Anubhav-frontend
- Anyone can share his/her experience of an interview to help students.
- Students who know someone and want his/her interview experience can request by providing a few details.
- Writing anonymously is also possible on Anubhav.
- In the future, we would extend this platform more than just Interview Experiences by adding more helpful features.
- Node.js
- MongoDB
- Postman
- Studio3T or MongoDB Compass - Managing DB
Fork the Repository in your machine then clone it in your machine (Replace your_username with your username)
git clone https://github.com/your_username/Anubhav-backend.git
Move into the project directory and install required dependencies
cd Anubhav-backend
npm install
Create dev.env and prod.env file with following details:
PORT=5000
MONGO_URI=Mongo_Connection_URL
JWT_SECRET=secret_key
JWT_EXPIRES_IN=7d
JWT_COOKIE_EXPIRE=7d
[email protected]
CRYPTR_SECRET=your_secret_code
CLIENT_ID=your_secret_id
CLIENT_SECRET=your_secret
REFRESH_TOKEN=refresh_token
VERIFY_MAIL=admin_emails_separated_by_comma
BASE_LINK=http://localhost:5000_or_http://anubhav.aitoss.club_depending_upon_environment
Replace the dummy values with your credentials (Never share .env file with anyone)
OR
Just run this command instead of doing above step
cp .env_sample .env
Run the command in your terminal to start the dev server
npm run dev
To start the production server
npm run prod
Route | Description | Signature |
---|---|---|
/article | (post) Search for Host name and then creates a new Visitor Entry in MongoDB | Body: { title , typeOfArticle , companyName , companyDomainName , createdAt , description , articleTags , isAuthentic , showName ,author } |
/auth | (post) Update the Checkout time of Visitor in MongoDB | Body: { name , email , aitBatch , linkedIn , createdAt } |
/user | (post) Add new Host Entry in MongoDB | Body: { name , email , password , username , createdAt , role } |
/request_article | (get) Get array of host list form MongoDB | Body: { requesterName , requesteeName , requesteeContact , company , note } |
/feedback | (post) Send email using nodemailer modular | Body: { article , feedback , rating , creationDate } |
Never push your code to master branch Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
If you are thinking to use this application for your community/college, We would love to see AIT OSS CLUB mention at your hosted application.
Made with ❤ by OSS Club.