Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)