Skip to content

Latest commit

 

History

History
29 lines (12 loc) · 884 Bytes

File metadata and controls

29 lines (12 loc) · 884 Bytes

Full-Stack-Application-w-User-Login

(Job Application Tracker)

Screenshot 2022-11-07 023602

Created a full-stack personal job application tracker. Each user their own login, which they can use to save, edit, delete or even update their information about their job applications. This application has all the classic CRUD elements typically found in full-stack applications.

Link to Zellwk's Crud Reading, which I used to learn how to use CRUD while building a full-stack application. https://zellwk.com/blog/crud-express-mongodb/

This was created using HTML, CSS, Node.js. Express was utilized as a template handler with a MongoDB database.

Installation

  1. Clone repo
  2. run npm install

To start server, npm start

The server is connected to port 4500