Practica
A professional network application for job seekers to reach out to potential employers.
Install / Use
/learn @christopharantony/PracticaREADME
Practica
A professional network application for job seekers to reach out to potential employers.
List of Modules
API Documentation
Figma Prototype
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.
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
node-connect
328.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
80.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
328.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
80.9kCommit, push, and open a PR
