Appli is the best platform for people to find tech jobs, manage your applications, and ace those interviews!
Appli is a productivity web application that was developed over a span of 9 weeks as part of the INIT Build program for the Spring 2023 semester. It's designed to help computer science students organize and monitor their internship and job applications using a kanban board. It also provides resources in preparing for behavioral/technical interviews and a job board for finding opportunities.
- Miguel Sablan
- Julian Arias
- Danny Lawrence
- Nicole Gentil
- Maria Camila Copo Amador
- Alex Chirinos
Server Side | Client Side | Only Development |
---|---|---|
expressjs | react-beautiful-dnd | nodemon |
validator | react-router-dom | |
mongoose | react-calendar | |
cors | react-spinners | |
path | axios | |
dotenv | date-fns | |
jsonwebtoken | moment | |
bcrypt | material-ui |
cd Desktop
git clone https://github.com/INITBuild-WebDevII/Appli.git
cd Appli
cd server
npm install
PORT=4000
MONGO_URI=
JWT_SECRET=
npm run start
cd client
npm install
npm run start