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

https://github.com/hardeep-bit/aragon.ai


https://github.com/hardeep-bit/aragon.ai

Last synced: 17 days ago
JSON representation

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!