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

https://github.com/christopheralphonse/admindashboard-master


https://github.com/christopheralphonse/admindashboard-master

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          





Logo

Admin Dashboard


Looks stunning on every screen size and is optimized to bring the large-screen experience from desktop to mobile.


Explore the docs »






Table of Contents



  1. About This Project



  2. Getting Started


  3. Usage

## About The Project

![Product Screen Shot][product-screenshot]

### Built With

- ![React][react] ![Node][node] ![Mongo][mongo]

(back to top)

## Getting Started

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

### Prerequisites

Open your terminal and sure node and nodemon is installed and up to date

- Make a folder
```sh
mkdir admindashboard
cd admindashboard
```

### Installation

1. Clone the repo
```sh
git clone https://github.com/ChristopherAlphonse/admindashboard.git
code .
```
2. Install packages
```sh
yarn or npm i
```
3. Enter your ENV in both client and sever folder
```
yarn add dotenv or npm i dotenv
```

(back to top)

## Usage

Usage of this repo or software will help provide a greater understand for error handling, password resetting, and creating and deleting users from a database.

(back to top)

[react]: ./example/icons/react_icon.png
[node]: ./example/icons/node_icon.png
[mongo]: ./example/icons/mongo_icon.png
[redux]: ./example/icons/redux.png
[sass]: ./example/icons/sass.png
[product-screenshot]: ./Client/src/assets/logo.png