Skip to content

hawalinajwan/intern-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intern-link

Modern internship recruitment platform using Next.js, PHP, Node.js, MySQL, MongoDB, and Socket.IO.

Getting Started

For local development with Docker:

docker compose up -d

Local services:

  • Frontend: http://localhost:3001
  • PHP API: http://localhost:8000
  • Node chat: http://localhost:3000
  • MySQL: localhost:3306
  • MongoDB: localhost:27017

For frontend-only development:

npm install
npm run dev

Environment

Frontend:

NEXT_PUBLIC_API_URL=http://localhost:8000
NEXT_PUBLIC_SOCKET_URL=http://localhost:3000

PHP API:

DB_HOST=127.0.0.1
DB_NAME=magang_db
DB_USER=root
DB_PASS=
CHAT_SERVER_URL=http://localhost:3000

Node chat:

MONGODB_URI=mongodb://127.0.0.1:27017/magang_chat
PORT=3000

See docs/WEB_DOCUMENTATION.md for full web documentation and docs/DEPLOYMENT.md for deployment setup.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors