Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bkpecho/simpliadmin
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.
https://github.com/bkpecho/simpliadmin
bootstrap crud-application css3 data-management dynamic-rendering ejs express javascript mongodb nodejs render simpliadmin user-friendly-interface
Last synced: 28 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/bkpecho/simpliadmin
- Owner: bkpecho
- License: mit
- Created: 2023-06-27T19:08:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-28T05:01:39.000Z (over 1 year ago)
- Last Synced: 2024-12-12T20:36:17.962Z (29 days ago)
- Topics: bootstrap, crud-application, css3, data-management, dynamic-rendering, ejs, express, javascript, mongodb, nodejs, render, simpliadmin, user-friendly-interface
- Language: EJS
- Homepage: https://simpliadmin.onrender.com/
- Size: 378 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpliAdmin
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.
## Features
- 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## Installation
To run SimpliAdmin on your local machine, follow these simple steps:
1. Clone the repository: `git clone https://github.com/your-username/SimpliAdmin.git`
2. Navigate to the project directory: `cd SimpliAdmin`
3. Install the dependencies: `npm install`
4. 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 ``, ``, and `` with your actual MongoDB credentials and cluster URL respectively.
5. Start the application in development mode: `npm run dev`
6. Access the app in your browser at `http://localhost:3000`## Links
- Live Site: [SimpliAdmin Live](https://simpliadmin.onrender.com)
- GitHub Repository: [SimpliAdmin GitHub](https://github.com/bkpecho/SimpliAdmin)## Technologies Used
- Node.js
- Express
- MongoDB
- EJS (Embedded JavaScript)
- Bootstrap## License
This project is licensed under the [MIT License](LICENSE).
## Author
- GitHub - [Bryan King Pecho](https://www.github.com/bkpecho)
- Twitter - [@bkpecho](https://www.twitter.com/bkpecho)
- LinkedIn - [in/bkpecho](https://www.linkedin.com/in/bkpecho/)