Skip to content

ar-corinaldi/MongoAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoAdmin

MongoAdmin is a web application where you can connect to your online servers and manage the databases and collections.

Functionalities

  • 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

Demo

https://mongo-admin-2020.herokuapp.com/

Technologies

  • JavaScript
  • MongoDB
  • Express
  • NodeJs
  • HTML5
  • CSS

Requirements

You need to have npm and mongodb installed on your computer to run this locally.

Installation

  1. Clone the repository
  2. Get in the folder of the project
  3. Install dependencies with the package manager yarn
  4. Deploy
git clone https://github.com/ar-corinaldi/MongoAdmin.git
cd MongoAdmin
yarn install
yarn start

It will be running on localhost:4000

Author

Allan Roy Corinaldi Castaño


License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published