Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arbitroy/act_project
A web-based enterprise resource planning (ERP) system for managing precast concrete production operations.
https://github.com/arbitroy/act_project
expressjs nextjs14 postgresql radix-ui tailwindcss
Last synced: about 2 months ago
JSON representation
A web-based enterprise resource planning (ERP) system for managing precast concrete production operations.
- Host: GitHub
- URL: https://github.com/arbitroy/act_project
- Owner: arbitroy
- Created: 2024-10-17T13:09:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T15:04:04.000Z (3 months ago)
- Last Synced: 2024-11-11T16:19:33.068Z (3 months ago)
- Topics: expressjs, nextjs14, postgresql, radix-ui, tailwindcss
- Language: TypeScript
- Homepage: https://ack-project.vercel.app
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ACT Precast Management System
A web-based enterprise resource planning (ERP) system for managing precast concrete production operations.
## Features
* Daily production reporting and tracking
* Job, table, and element management
* User authentication and role-based access control
* Analytics and data visualization
* Responsive design for desktop and mobile use## Tech Stack
* Next.js 14
* React
* TypeScript
* Tailwind CSS
* Radix UI components
* PostgreSQL database## Getting Started
1. Clone the repository
2. Install dependencies:
`npm install`
3. Set up environment variables (see .env.example)
4. Run the development server:
```
npm run dev
```
5. Open [http://localhost:3000]() in your browser## Project Structure
* `app/` - Next.js app router pages and API routes
* `components/` - Reusable React components
* `lib/` - Utility functions and helpers
* `public/` - Static assets
* `styles/` - Global styles## Key Features
* **Daily Reporting** : Log and track daily casting activities
* **Master Data Management** : Manage jobs, tables, elements, etc.
* **User Management** : Role-based access control
* **Analytics** : Production metrics and data visualization
* **Responsive Design** : Optimized for desktop and mobile devices## Contributing
Please read [CONTRIBUTING.md]() for details on our code of conduct and the process for submitting pull requests.
## License
This project is proprietary software. All rights reserved.
## Acknowledgments
* [Next.js]()
* [Tailwind CSS]()
* [Radix UI]()