SimpliAdmin is a user-friendly CRUD (Create, Read, Update, Delete) application built using Node.js, Express, MongoDB, EJS, and Bootstrap. It simplifies the management of user data by providing a straightforward interface.
- Perform Create, Read, Update, and Delete operations on user records
- Streamlined interface powered by Bootstrap
- Data persistence ensured through MongoDB
- Efficient data management facilitated by Node.js and Express
- Dynamic rendering of views using the EJS templating engine
To run SimpliAdmin on your local machine, follow these simple steps:
- Clone the repository:
git clone https://github.com/your-username/SimpliAdmin.git
- Navigate to the project directory:
cd SimpliAdmin
- Install the dependencies:
npm install
- Set up the MongoDB connection:
- Rename the
.env.example
file to.env
. - Update the
MONGODB_URI
value in the.env
file with your MongoDB connection string. Replace<username>
,<password>
, and<cluster-url>
with your actual MongoDB credentials and cluster URL respectively.
- Rename the
- Start the application in development mode:
npm run dev
- Access the app in your browser at
http://localhost:3000
- Live Site: SimpliAdmin Live
- GitHub Repository: SimpliAdmin GitHub
- Node.js
- Express
- MongoDB
- EJS (Embedded JavaScript)
- Bootstrap
This project is licensed under the MIT License.
- GitHub - Bryan King Pecho
- Twitter - @bkpecho
- LinkedIn - in/bkpecho