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

https://github.com/rammyblog/mern-admin-dashboard

An admin dashboard built using Node, Express, MongoDB and React for managing users easily.
https://github.com/rammyblog/mern-admin-dashboard

expressjs mern mongodb node reactjs

Last synced: about 1 month ago
JSON representation

An admin dashboard built using Node, Express, MongoDB and React for managing users easily.

Awesome Lists containing this project

README

        

Welcome to Mern Admin Dashboard 👋



Version

License: MIT


Twitter: simply_rammy

> An admin dashboard built using Node, Express, Node and React to for managing users easily. Coming from a django background, there is a free admin panel all models, So I decided to build one with MERN so I could easily manage the user data easily.

> To test the live

```
Email: [email protected]
Password: testing
```

### 🏠 [Homepage](https://mern-admin-dashboard.herokuapp.com)

### ✨ [Demo](https://mern-admin-dashboard.herokuapp.com/dashboard/)

## Install

```sh
npm install
```

## Usage

> To get this project running pefectly on your local, ensure you follow the instructions below.

1. Create a .env file in the root directory.
2. In the .env file ensure you have the following setup.

```
MONGODB_URI=YOUR MONGODB URI
TOKEN_SECRET = THIS IS FOR THE SIGNING THE JWT, YOU CAN USE ANY RANDOM CHARACTERS
BASE_URL=http://localhost:8000/api/
port=YOUR PREFERRED PORT i.e 8000
```

3. Run the npm command below

```sh
npm run dev
```

4. Refer to the docs located at /api/v1/docs/ i.e http://localhost:8000api/v1/docs/ to create a user.

5. Visit http://localhost:8000 to login the user you created.

## Run tests

```sh
npm run test
```

## Contribution

If you find an issue running this project please send in a PR.

## Author

👤 **Onasanya Tunde**

- Website: https://onasanyatunde.dev
- Twitter: [@simply_rammy](https://twitter.com/simply_rammy)
- Github: [@rammyblog](https://github.com/rammyblog)
- LinkedIn: [@onasanya-tunde](https://linkedin.com/in/onasanya-tunde)

## Show your support

Give a ⭐️ if this project helped you!

---