Skip to content

Smart Careers: AI-Powered recruitment application (NodeJS Server)

Notifications You must be signed in to change notification settings

ala-kad/smart-careers-backend

Repository files navigation

[Smart Careers - NodeJS/ExpressJS - backend server]

Getting Started

Prerequisites

Run the following command to install dependencies:

npm install

Environment variables

This project depends on some environment variables. If you are running this project locally, create a .env file at the root for these variables. Your host provider should included a feature to set them there directly to avoid exposing them.

Here are the required ones:

# DATA SOURCE 
DB_URI = ''

# SECURITY ACCESS KEYS
JWT_KEY = ''

#Gemini API Key
API_KEY = ''

ADMIN_PSWD = ''

Run the project

Run the following command to run the project:

npm run admin
npm run dev

About

Smart Careers: AI-Powered recruitment application (NodeJS Server)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages