facn2 / path-18-app

:mortar_board: Exposing career paths to young people in Israel
https://path18.herokuapp.com/
GNU General Public License v3.0
5 stars 0 forks source link

Path 18

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.

Contributors

@veredrec

@matthewdking

@finnhodgkin

Problem Statement:

Run the app

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

Run tests

npm test

Technologies

Database schemas

users

user_id first_name last_name email grade_bagrut grade_psychometric grade_tawjihi

admins

admin_id first_name last_name email

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