Skip to content

shivani-roy/Jobify

Repository files navigation

Jobify

react react-router react-query styled-components nodejs expressjs mongoDB

Description

  • A full stack web app built using the MERN stack.
  • Implemented user authentication and authorization.
  • User can create, view, edit or delete a job.
  • The user can also search and sort the jobs.
  • Used react-query to cache the requests.
  • Visit the site here

Clone this project

https://github.com/shivani-roy/Jobify.git

  • Install dependencies for the project using npm run setup-project
  • Run the application on http://localhost:5100 using node server or npm run server