Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohammadatikurrahman/srdl-admin
https://github.com/mohammadatikurrahman/srdl-admin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohammadatikurrahman/srdl-admin
- Owner: MohammadAtikurRahman
- Created: 2023-05-16T04:46:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-30T08:01:27.000Z (over 1 year ago)
- Last Synced: 2024-04-18T11:09:51.858Z (9 months ago)
- Language: JavaScript
- Size: 686 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SRDL-admin
# React-Node-MongoDB-Express AppWeb app using React, Node.js, Express & MongoDB.
## Prerequisites
- Node.js
- MongoDB
- npm## Setup
1. Clone: `git clone https://github.com/MohammadAtikurRahman/SRDL-admin`
2. Backend deps: `cd backend && npm install`
3. Frontend deps: `cd frontend && npm install`
4. MongoDB: Ensure it's running. Adjust backend config if needed.
5. Run Backend: `cd backend && npm start`
6. Run Frontend: `cd frontend && npm start`
7. Open: `http://localhost:3000`## Config
- Backend: `backend/config`
- Frontend: `frontend/src/config.js`## Features
- User Auth
- CRUD with MongoDB
- React UI
- Express API## Contributing
Pull requests welcome. Discuss major changes via issues.## License
MIT