Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pragativerma18/sih2020_mk95_hashtag

AWSAR is a platform that connects government organizations and potential job seekers under one single domain, accompanied with a number of features to ease the process, dedicated to fulfilling every kind of needs of recruiters and job seekers.
https://github.com/pragativerma18/sih2020_mk95_hashtag

awsar django-rest-framework react sih sih2020 smartindiahackathon smartindiahackathon2020

Last synced: about 2 months ago
JSON representation

AWSAR is a platform that connects government organizations and potential job seekers under one single domain, accompanied with a number of features to ease the process, dedicated to fulfilling every kind of needs of recruiters and job seekers.

Awesome Lists containing this project

README

        

> **Click to view prototype [Here](https://awsar.netlify.app/)**

> **[SIH 2020 - AWSAR PRESENTATION](https://github.com/PragatiVerma18/Snippet-Share/files/5015730/SIH.2020.-.AWSAR.pdf)**

# Team-Hashtag
# Smart India Hackathon 2020

![Smart India Hackathon 2020](https://static.wixstatic.com/media/b49d96_e1c665e094fe4d81818b1fdc4dd8da48~mv2.png)

## Problem Statement Code:
> #### MK95 (Government Of Uttarakhand)
> 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.

## Workflow:
![Prototype](https://user-images.githubusercontent.com/42115530/89172505-6093bd00-d5a0-11ea-9cf7-13dacf0e804b.png)

## Technology Stack:
- **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

### How to Get Started?

#### GitHub Repository Structure

| 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 |

#### To setup backend and run django server locally:
- `python3 -m venv env` - to create virtual environment
- `source env/bin/activate` - to activate virtual environment
- `pip install -r requirements.txt` - to install requirements
- `cd awsar` - to switch to src folder
- `python manage.py makemigrations` - to make migrations
- `python manage.py migrate` - to migrate data
- `python manage.py createsuperuser` - to create a new superuser
- `python manage.py runserver` - to run server on localhost

#### To setup frontend and run server locally:
- `cd awsar` - to switch to frontend folder
- `npm install` - to install npm modules
- `npm start` - to run the server

## Links:
- **Frontend Hosted Link**: [http://awsar.netlify.app/](http://awsar.netlify.app/)
- **Backed Hosted Link**: [http://awsar2020.herokuapp.com/ ](http://awsar2020.herokuapp.com/)
- **API Documentation**: [https://documenter.getpostman.com/view/10608582/T1DjjzeX?version=latest](https://documenter.getpostman.com/view/10608582/T1DjjzeX?version=latest)
- **Presentation**: [https://bit.ly/awsar-ppt](https://bit.ly/awsar-ppt)

## Team:

> Team Members

| S.No. | Team Member Name | Role | GitHub Username |
| --------------- | --------------- | --------------- | --------------- |
| 1. | Pragati Verma(Team Leader) | Backend Development | [@PragatiVerma18](https://github.com/PragatiVerma18) |
| 2. | Rajat Verma | Frontend Developer| [@rajat2502](https://github.com/rajat2502) |
| 3. | Shristi Singh | UI Designer/Frontend Developer | [@shristisingh29](https://github.com/shristisingh29) |
| 4. | Paurush Tiwari | Data Science and Backend | [@MAJOR-BEAST](https://github.com/MAJOR-BEAST) |
| 5. | Abhinav Pratap Singh | Machine Learning | [@abhinav223](https://github.com/abhinav223) |
| 6. | Rohit Agnihotri| Backend Development | [@Ryuk07](https://github.com/Ryuk07) |






> Mentors

| S.No. | Mentor Name | About | GitHub Username |
| --------------- | --------------- | --------------- | --------------- |
| 1. | Vinit Shahdeo | SDE [@postmanlabs](https://github.com/postmanlabs) | [@vinitshahdeo](https://github.com/vinitshahdeo) |
| 2. | Kumar Rohit | Product Designer [@devfolioco](https://github.com/devfolioco) | [@krrohitch](https://github.com/krrohitch) |


---