SkillAgentSearch skills...

Practica

A professional network application for job seekers to reach out to potential employers.

Install / Use

/learn @christopharantony/Practica
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Practica

A professional network application for job seekers to reach out to potential employers.

List of Modules
API Documentation

Figma Prototype

Interviewee
Interviewer
Admin

Frontend Installation

Use the package manager npm to install dependencies.

cd frontend\ 
npm i

Backend Installation

Install Node ( Documentation )

Use the package manager npm to install dependencies.

cd backend\ 
npm i

Create one file name as ".env" and add the below contents

PORT = 4000 // Port for run the server

JWT_SECRET = "Super Key" // This secret key is private to you which means you will never reveal that to the public or inject inside the JWT token.

MONGOURL= mongodb://localhost:27017/practica

( Cloudinary is an end-to-end image- and video-management solution for websites and mobile apps )

CLOUD_NAME // Cloudinary > Account Details > Cloud name.
API_KEY // Cloudinary > Account Details > API_KEY.
API_SECRET // Cloudinary > Account Details > API_SECRET.

<img width="300" alt="image" src="https://user-images.githubusercontent.com/99424113/187027920-d84a9df4-40f8-4911-a2d0-97ad8f24710a.png">

Usage

# change directory to backend
cd backend\  

# start the server
npm start

# change directory to frontend
cd frontend\  

# start the server
npm start


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. christopharantony@gmail.com

Related Skills

View on GitHub
GitHub Stars27
CategoryDevelopment
Updated1y ago
Forks0

Languages

JavaScript

Security Score

60/100

Audited on Apr 6, 2024

No findings