This repository contains the website for e-jobpack to replace client system where they are using hardcopy of the jobpack. This website will be used to store all the jobpack and the client can access it anytime and anywhere.
- Web Apps (Nextjs)
- Image Server (Express)
- Clone the repository
- Copy the
.env.example
file to.env
and fill in the required environment variables - Change directory to the project folder and run
npm i
to install all the dependencies - Run
npm run dev
to start the development server - Run
npm run build
to build the project - Run
npm run start
to start the production server