Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bharatlal124/job_portal_project
- Owner: bharatlal124
- Created: 2024-01-16T10:27:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T15:34:44.000Z (10 months ago)
- Last Synced: 2024-04-02T16:47:22.694Z (10 months ago)
- Topics: authentication, css3, html5, javascript, json, mvc, mvc-architecture, nodejs, project, server
- Language: EJS
- Homepage:
- Size: 509 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)