Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohammadatikurrahman/srdl-admin


https://github.com/mohammadatikurrahman/srdl-admin

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# SRDL-admin
# React-Node-MongoDB-Express App

Web 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