Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hrithiqball/e-jobpack

An asset management system targetting oil and gas based company
https://github.com/hrithiqball/e-jobpack

next-auth next-ui nextjs14 postgresql prisma supabase tailwindcss

Last synced: about 2 months ago
JSON representation

An asset management system targetting oil and gas based company

Awesome Lists containing this project

README

        

# E-jobpack

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.

### This monorepo contains the following packages:

- Web Apps (Nextjs)
- Image Server (Express)

### How to run the project

1. Clone the repository
2. Copy the `.env.example` file to `.env` and fill in the required environment variables
3. Change directory to the project folder and run `npm i` to install all the dependencies
4. Run `npm run dev` to start the development server
5. Run `npm run build` to build the project
6. Run `npm run start` to start the production server