Click to view prototype Here
National Web Portal used for designing Job oriented courses with the help of Human Resource data and desirable skill sets from industries. Design a system to read the job description from the pdf and word document provided by government officials. Provide facility to review and edit the generated job description and publish on the portal. This portal should also provide facility to apply for job and further management of interview and selection process.
- Frontend: React
- Backend: Django, Django Rest Framework
- IDE: VS Code
- Design: Adobe Photoshop, Canva
- API Testing & Documentation: Postman
- Version Control: Git and GitHub
- Machine Learning: Python, Jupyter Notebook
- Database: Sqllite3
- Hosting: Heroku, Netlify
S.No. | Branch Name | Purpose |
---|---|---|
1. | master | contains the main code |
2. | backend | contains all backend code |
3. | frontend | contains all frontend code |
4. | documentation | contains all documentation related changes |
5. | ml | contains all machine learning code |
python3 -m venv env
- to create virtual environmentsource env/bin/activate
- to activate virtual environmentpip install -r requirements.txt
- to install requirementscd awsar
- to switch to src folderpython manage.py makemigrations
- to make migrationspython manage.py migrate
- to migrate datapython manage.py createsuperuser
- to create a new superuserpython manage.py runserver
- to run server on localhost
cd awsar
- to switch to frontend foldernpm install
- to install npm modulesnpm start
- to run the server
- Frontend Hosted Link: http://awsar.netlify.app/
- Backed Hosted Link: http://awsar2020.herokuapp.com/
- API Documentation: https://documenter.getpostman.com/view/10608582/T1DjjzeX?version=latest
- Presentation: https://bit.ly/awsar-ppt
Team Members
S.No. | Team Member Name | Role | GitHub Username |
---|---|---|---|
1. | Pragati Verma(Team Leader) | Backend Development | @PragatiVerma18 |
2. | Rajat Verma | Frontend Developer | @rajat2502 |
3. | Shristi Singh | UI Designer/Frontend Developer | @shristisingh29 |
4. | Paurush Tiwari | Data Science and Backend | @MAJOR-BEAST |
5. | Abhinav Pratap Singh | Machine Learning | @abhinav223 |
6. | Rohit Agnihotri | Backend Development | @Ryuk07 |
Mentors
S.No. | Mentor Name | About | GitHub Username |
---|---|---|---|
1. | Vinit Shahdeo | SDE @postmanlabs | @vinitshahdeo |
2. | Kumar Rohit | Product Designer @devfolioco | @krrohitch |