Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bharatlal124/job_portal_project

This is the Easily Job Portal - Node JS project using Node js, express js, JavaScript, html, CSS, MVC architecture
https://github.com/bharatlal124/job_portal_project

authentication css3 html5 javascript json mvc mvc-architecture nodejs project server

Last synced: about 4 hours ago
JSON representation

This is the Easily Job Portal - Node JS project using Node js, express js, JavaScript, html, CSS, MVC architecture

Awesome Lists containing this project

README

        

# Easily job portal project using Node.js : README

This is a simple guide on how to run this project. Follow the instructions below:

## Prerequisites

- Node.js (version 20.10.0 or higher)
- npm (Node Package Manager, included with Node.js)

## Installation

- Clone the repository to your local machine.
- Open a terminal and navigate to the project directory.

## Setup

### Install the project dependencies by running the following command:

**npm install .....**

### After the installation is complete, start the development server by running the following command:

**npm run dev** OR **node app.js**

### The server should now be running. You can access the application by opening a web browser and entering the following URL:

**http://localhost:3200**

## Live Link:
https://job-portal-project-068u.onrender.com/

## Overview of this project :

#Home Page -
![Home page](https://github.com/bharatlal124/Node_js_job_portal_project/assets/127212425/4ca13fc8-5fbc-4bdc-ab31-7802ab3255c1)

#Jobs Page -
![Jobs page](https://github.com/bharatlal124/Node_js_job_portal_project/assets/127212425/bcedd8eb-b65c-40c2-bd56-0ae31478c093)

#Login Page -
![login page](https://github.com/bharatlal124/Node_js_job_portal_project/assets/127212425/94e696b4-03e3-4727-9d8b-d6fa3a84453a)

#Register Page -
![register page](https://github.com/bharatlal124/Node_js_job_portal_project/assets/127212425/ad9a2e71-d185-409e-80f8-f76888252914)

#Add new job page -
![new job add page](https://github.com/bharatlal124/Node_js_job_portal_project/assets/127212425/97852273-7ddf-4bc5-b5e5-c3ade01e1e9b)