Cahierix is an innovative app that aims to enhance the back-to-school shopping experience for users. It provides a user-friendly interface to manage shopping lists, track orders, and discover the latest products for the upcoming academic year.
- Landing page
- Add, edit, and remove items from the shopping lists.
- Track the status of orders and receive notifications on shipment and delivery updates.
- Discover new and trending products for the back-to-school season.
- User-friendly authentication system with support for passwordless login.
- Secure JWT-based authentication and authorization to protect user data and sensitive information.
- Frontend: Next.js (with Redux for state management)
- Backend: Node.js (Express.js), Socket.io, Redis and MongoDB with Prisma ORM
- Database: MongoDB (for user data and shopping history), and Redis(for cart real-time features).
- Authentication: JWT-based passwordless authentication with Passport.js
- CI/CD: GitHub Actions for automated deployment on AWS.
- Node.js and npm installed on your local machine
- MongoDB set up and running
- AWS account
- Clone the repository:
git clone https://github.com/kamicodaxe/cahierix.git
- Navigate to the project directory:
cd cahierix
- Navigate to the backend directory:
cd backend-nodejs
- Install backend dependencies:
npm install
(oryarn install
) - Set up environmental variables: Create a
.env
file in the backend directory and add the necessary environment variables (e.g., MongoDB connection string, JWT secret, etc..). Check Environmental variables
- Navigate to the frontend directory:
cd frontend
- Install frontend dependencies:
npm install
(oryarn install
)
- Start the backend development server:
npm run dev
(oryarn dev
) - Start the backend production server:
npm start
(oryarn start
) The app will be accessible athttp://localhost:PORT
.
- Start the frontend development server:
npm run start
(oryarn start
) - Build the frontend for production:
npm run build
(oryarn build
) The app will be accessible athttp://localhost:3000
.
We welcome contributions from the community! If you'd like to contribute to Cahierix, please follow our contribution guidelines.
Cahierix is open-source software licensed under the GNU Affero General Public License (AGPL) version 3.0.
This software is free to use, modify, and distribute, as long as you comply with the terms and conditions of the AGPL 3.0 license.
The AGPL 3.0 ensures that any modifications or improvements made to the software will also be open source and available to the community. If you modify the software and make it available to others, you must also provide the corresponding source code.
Please read the full text of the AGPL 3.0 license to understand your rights and obligations.
For the full license text, visit: GNU AGPL 3.0
We would like to express our gratitude to all the contributors and supporters who have helped make Cahierix a reality.
For bug reports, feature requests, and general feedback, please open an issue on our GitHub repository.
Happy shopping with Cahierix!