Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelgoulartb/adminbro-dashboard
📊 CRUD made with Adminbro and mongoDB
https://github.com/rafaelgoulartb/adminbro-dashboard
admin-dashboard adminbro adminbro-dashboard crud dashboard mongodb
Last synced: 3 months ago
JSON representation
📊 CRUD made with Adminbro and mongoDB
- Host: GitHub
- URL: https://github.com/rafaelgoulartb/adminbro-dashboard
- Owner: RafaelGoulartB
- License: mit
- Created: 2020-11-03T11:25:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T13:04:43.000Z (about 4 years ago)
- Last Synced: 2024-05-01T19:25:42.745Z (9 months ago)
- Topics: admin-dashboard, adminbro, adminbro-dashboard, crud, dashboard, mongodb
- Language: TypeScript
- Homepage:
- Size: 426 KB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Adminbro Dashboard
> This project was made to show how to create a admin dashboard using [AdminBro](https://adminbro.com/) and MongoDB
---
# :pushpin: Table of Contents
* [Technologies](#computer-technologies)
* [Features](#rocket-features)
* [How to run](#construction_worker-how-to-run)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)# :computer: Technologies
This project was made using the follow technologies:* [AdminBro](https://adminbro.com/) - An Auto-generated Admin Panel for your Node.js Application
* [MongoDB](https://www.mongodb.com/) - NoSQL Database# :rocket: Features
- Create data
- Read data
- Update data
- Delete data
# :construction_worker: How to run
### Rename env file
Rename `.env-exemple` to `.env`
### Install Dependencies
```bash
yarn install
```
### Run Aplication
```bash
yarn dev
```Open [http://localhost:8080](http://localhost:8080/admin) with your browser to see the result.
To login use `[email protected]` as email and `123456` as password.# :bug: Issues
Feel free to **file a new issue** with a respective title and description on the the [AdminBro Dashboard](https://github.com/RafaelGoulartB/adminbro-dashboard/issues) repository. If you already found a solution to your problem, **i would love to review your pull request**!
# :tada: Contributing
First of all, thank you for being interested in helping out, your time is always appreciated in every way. :100:Here's some tips:
* Check the [issues page](https://github.com/RafaelGoulartB/adminbro-dashboard/issues) for already opened issues (or maybe even closed ones) that might already address your question/bug/feature request.
* Feature requests are welcomed! Provide some details on why it would be helpful for you and others, explain how you're using bull-board and if possible even some screenshots if you are willing to mock something!Check out the [contributing](./CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
# :closed_book: License
Released in 2020.
This project is under the [MIT license](./LICENSE).Made with love by [RafaelGoulartB](https://github.com/RafaelGoulartB) 🚀