https://github.com/christopheralphonse/admindashboard-master
https://github.com/christopheralphonse/admindashboard-master
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/christopheralphonse/admindashboard-master
- Owner: ChristopherAlphonse
- Created: 2023-02-22T04:34:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T12:21:16.000Z (over 1 year ago)
- Last Synced: 2024-11-19T18:00:02.808Z (over 1 year ago)
- Language: JavaScript
- Size: 18.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
## About The Project
![Product Screen Shot][product-screenshot]
### Built With
- ![React][react] ![Node][node] ![Mongo][mongo]
## 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
```
## 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.
[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