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: test@gmail.com
Password: testing
🏠 Homepage
✨ Demo
npm install
To get this project running pefectly on your local, ensure you follow the instructions below.
- Create a .env file in the root directory.
- 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
- Run the npm command below
npm run dev
-
Refer to the docs located at /api/v1/docs/ i.e http://localhost:8000api/v1/docs/ to create a user.
-
Visit http://localhost:8000 to login the user you created.
npm run test
If you find an issue running this project please send in a PR.
👤 Onasanya Tunde
- Website: https://onasanyatunde.dev
- Twitter: @simply_rammy
- Github: @rammyblog
- LinkedIn: @onasanya-tunde
Give a ⭐️ if this project helped you!