A robust frontend form and admin panel application built for the nonprofit Amarii. Designed with simplicity and efficiency in mind, it leverages the power of EJS, JavaScript, and Python to deliver an intuitive and highly customizable user experience.
- Dynamic Frontend Forms: Create and manage user forms effortlessly.
- Admin Panel Dashboard: Navigate to
/dashboardfor seamless admin control. - Lightweight and Scalable: Built with EJS templates and JavaScript for speed and Python for backend extensibility.
Ensure you have the following installed:
- Node.js: Version 14.x or higher.
- npm: Comes with Node.js.
- Python: Version 3.x.
-
Clone the Repository:
git clone https://github.com/raptor1820/Amarii.git cd Amarii -
Install Dependencies:
npm install
-
Start the Server:
npm start
The server will be deployed at
http://localhost:3000.
- Access Frontend: Open your browser and navigate to
http://localhost:3000. - Admin Panel: Go to
/dashboardfor admin functionality.
Contributions are welcome! Please feel free to submit issues and pull requests for improvements.
- Fork the repository.
- Create a new branch:
git checkout -b feature/<feature_name>
- Commit changes and push:
git commit -m "Add <feature_name>" git push origin feature/<feature_name>
- Submit a pull request.
For questions or feedback, please reach out to the repository owner at raptor1820.