Peworld adalah sebuah aplikasi berbasis website yang digunakan untuk merekrut talent dan atau digunakan sebagai wadah bagi para pencari kerja dalam mencari lowongan pekerjaan. Peworld dikembangkan dengan stack PERN (PostgreSQL Express js React js Node js) dibungkus dengan framework Next.JS.
https://peworld-nextjs.vercel.app/
Here're some of the project's best features:
- Authentication (Login & Register)
- Recruiter menu
- Job Seeker menu
- Hire system
- Notfication
- Edit Profile
- Edit Portofolio
- Edit Experience
- and many more
1. Clone Repository
git clone https://github.com/chlasswg26/peworld-nextjs.git
2. CD to Folder
cd peworld-nextjs
3. Install All Package (Yarn)
yarn install
4. or Install All Package with (NPM)
npm install
5. Setup Environment Variables with yours
.env
6. Development Mode
yarn run dev
7. Building
yarn build
Technologies used in the project:
- PostgreSQL
- ExpressJS
- ReactJS
- NodeJS
- Bcrypt
- NextJS
This project is licensed under the MIT
Give a ✨ to this project :))
Also you can visit Backend of this project here.