The average debt of a college graudates in the united states is $29,900. The current economic climite has forced people to repay their student loan debt with jobs that don't require the degree that put them in debt in the first place. Students are going into college unsure about their future and unaware of alternative careers opportunities. Due to the lack of information on posssible paths students are forced to pay for unused degrees or forced persue careers they are not passionate about.
Alt-Lane is a website to bring information about career opportunities to high school students. Students will be exposed to alternative careers paths in their chosen fields via a network of mentors.
- Product Owner: Shruti Tamarkar Tuladhar
- Scrum Master: Tracey Thomas
- Development Team Members: Jolizbeth Bonilla, Dillen Lewis
Some usage instructions for getting the app up and running locally
- React
- Node
- Express
- PostgreSQL
- npm
- Jest
- ESLint
- Standard JS
From within the root directory: Look at package.json file and keep updating
- npm install
- api:
- npm install knex
- npm install --save-dev nodemon
- npm install pg-promise
- npm install JW
- npm install standard --save-dev
- npm install eslint --save-dev
- npm install bcrypt
- npm install dotenv
- npm install cors
- npm install --save-dev nodemon
- npm install jsonwebtoken
- npm install cookie-parser
- npm install uuid-random
- npm install socket.io
- npm install nodemailer
- client:
- npm install react react-dom
- npm install react-responsive-carousel
- npm install react-router-dom
- npm install react-slideshow-image -S
- npm install axios
- npm install jsonwebtoken
- npm install cookie-parser
- npm install standard --save-dev
- npm install eslint --save-dev
- npm install uuid-random
- npm install socket.io-client
View the project roadmap Projects.
See CONTRIBUTING.md for contribution guidelines.
This project adheres to the StandardJS.