Designed to give young adults in Israel a greater exposure to a wide variety of career paths. We also show users specific Universities they can apply to with their current grades.
Clone the repository
git clone https://github.com/facn2/path-18-app.git
Install packages
npm install
Start production setup
npm start
Start development setup
npm run dev:build
npm run dev:server
Run tests
npm test
users
user_id | first_name | last_name | grade_bagrut | grade_psychometric | grade_tawjihi | |
---|---|---|---|---|---|---|
admins
admin_id | first_name | last_name | |
---|---|---|---|
careers
career_id | title | title_ar | title_he | tagline | tagline_ar | tagline_he | description | description_ar | description_he | image_url | salary_start | salary_ten_year | icon_url |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
universities
uni_id | name | name_ar | name_he | location | location_ar | location_he |
---|---|---|---|---|---|---|
users_careers
user_id | career_id |
---|---|
universities_careers
uni_id | career_id | grade_bagrut | grade_psychometric | grade_tawjihi | study_years |
---|---|---|---|---|---|