Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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]()