Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Releases: drbarzaga/JobPortal

v0.0.2

05 May 02:25
7164a8b

Choose a tag to compare

Server:

  • Auth routes [login, register, me, forgot-password].
  • Integrating passport and jwt

Client:

  • Adjusting UI
  • Integrating Login and Regiter pages.
  • Updating routing.

General

  • Updating README.
  • Integrating Github Actions for deployment to Docker Hub.

Contributors:

v0.0.1

24 Apr 01:49
26a6bab

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

What's Changed

Frontend

  • Initial design for Login, Register, and Home page. by @drbarzaga
  • Initial Layouts for different project pages. by @drbarzaga
  • Setup deployment environment during development in Netlify. by @drbarzaga

Backend

  • Project Setup for development. by @drbarzaga
  • Setup deployment environment during development in Render. by @drbarzaga
  • Preparing routing, controllers, middlewares and models. by @drbarzaga
  • Setup packages like passport, jsonwebtoken etc. by @drbarzaga
  • Implementing User Account Registration endpoint. by @drbarzaga