Bux - a storage management system. It is designed to help manage and organize storage units efficiently.
- Add, edit, and delete storage units
- Track inventory within storage units
- User authentication and authorization
- Responsive design for mobile and desktop
- Frontend: HTML, CSS, JavaScript, Next.js
- Backend: Node.js, Express
- Database: Appwrite
- Clone the repository:
git clone https://github.com/Coderx85/storage-managment-clone.git
- Navigate to the project directory:
cd bux
- Install dependencies:
npm install
-
Start the server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes
- Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature-branch
) - Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.