Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 2.52 KB

README.md

File metadata and controls

57 lines (43 loc) · 2.52 KB

Job Apps Tracker:

Welcome to JAT (Job Application Tracker). So what is JAT? JAT is an app made for Job seekers to organize their job search. There are many apps or ways to do this on your own, but some are paid or very cumbersome, and at the same time, JAT is free and opensource, which means anyone can duplicate the project and make it their own or contribute to this one, and help build an amazing tool!

Available commands

Command Effect
npm run server Starts a development server with nodemon that automatically refreshes when you change something.
npm test Runs automated tests.
npm run debug-server Starts the server in debug mode, which will print lots of extra info about what's happening inside the app.

Important Links

User Stories

  • User can to sign up / sign in
  • User can see applications table
  • User can create a job application
  • User can delete a job application
  • User can edit job application
  • User can drag a drop a job application between columns
  • User can edit title to job application
  • User can edit description to job application
  • User can add links to job applications
  • User can add contacts to job applications
  • User can add notes to job applications

Technologies Used

  • Node.js
  • Express.js
  • MongoDB / Mongoose

Catalog of Routes

ERD:

ERD

License