https://github.com/hardeep-bit/aragon.ai
https://github.com/hardeep-bit/aragon.ai
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hardeep-bit/aragon.ai
- Owner: hardeep-bit
- Created: 2025-04-05T05:45:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T14:40:18.000Z (3 months ago)
- Last Synced: 2025-05-19T13:14:30.469Z (about 1 month ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Board App
A simple task board app with a client-server architecture using React and Node.js.
---
## ๐ Prerequisites
Make sure the following versions are installed before getting started:
- **Node.js:** v23.7.0
- **npm:** v10.9.2
- **MongoDB:** v7.0.17---
## ๐ Project Structure
The repo contains two main folders:
- `/client` โ React frontend
- `/server` โ Node.js backend with MongoDB---
## ๐ Getting Started
### 1. Clone the Repository
```bash
git clone
cd
```### 1 Install and Run the Client
```bash
cd client
npm install
npm start
```The client runs on http://localhost:3000
### 3. Install and Run the Server
bash
Copy
Edit```bash
cd server
npm install
npm start
```๐งพ Notes
Ensure MongoDB is running locally before starting the server.API endpoints are prefixed with /api.
#### ๐ฌ Feedback
Feel free to open issues or suggest improvements via pull requests.
Let me know if you'd like to add environment variable setup, Docker instructions, or deployment steps!