MongoAdmin is a web application where you can connect to your online servers and manage the databases and collections.
- Let you connect to any server
- List of all databases from a server
- List of all collections from a database
- List of 20 first records of a collection
- Create a new record
- Update a new record
- Delete a new record
- Special feature: change color of the letter when you want to find an specific _id
https://mongo-admin-2020.herokuapp.com/
- JavaScript
- MongoDB
- Express
- NodeJs
- HTML5
- CSS
You need to have npm and mongodb installed on your computer to run this locally.
- Clone the repository
- Get in the folder of the project
- Install dependencies with the package manager yarn
- Deploy
git clone https://github.com/ar-corinaldi/MongoAdmin.git
cd MongoAdmin
yarn install
yarn startIt will be running on localhost:4000