Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hrithiqball/e-jobpack
- Owner: hrithiqball
- Created: 2023-09-20T16:38:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T09:31:34.000Z (11 months ago)
- Last Synced: 2024-11-01T08:11:22.232Z (3 months ago)
- Topics: next-auth, next-ui, nextjs14, postgresql, prisma, supabase, tailwindcss
- Language: TypeScript
- Homepage: https://e-jobpack-app.vercel.app
- Size: 52.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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