Skip to content

Commit 3b535e3

Browse files
2 parents e6a4666 + 60d14fb commit 3b535e3

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

‎README.md‎

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ Features:
3333
The following are the key features of the AirTracker application:
3434
* User Authentication
3535
* Post Creation, Editing, and Deletion
36-
* Admin Panel for Content Management  Like, Dislike, and Comment Function
3736

3837
### Implementation Plan:
39-
The following is a high-level implementation plan for the AirTracker project:
38+
The following is a high-level implementation plan for the project:
4039
1. Design a robust database schema for user data, goal reminders, and habits
4140
2. Develop a secure backend API handling user authentication, goal reminder and habit management, and caretaker management
4241
3. Create an interactive frontend user interface for a seamless user experience
@@ -46,9 +45,9 @@ The following is a high-level implementation plan for the AirTracker project:
4645

4746
### Resources Required:
4847
The following resources are required for the project:
49-
* Frontend technologies: HTML, CSS, JavaScript, and React
48+
* Frontend technologies:React
5049
* Backend technologies: Node.js, Express.js, and MongoDB
51-
* Basic tools: Git, GitHub, and Visual Studio Code
50+
* Basic tools: Git, GitHub, postman, and Visual Studio Code
5251

5352
### References:
5453
The following resources will be used as references for the project:
@@ -65,7 +64,12 @@ The following resources will be used as references for the project:
6564

6665
## Getting started
6766

68-
To get started with this project, first install the npm dependencies:
67+
To get started with this project,
68+
first install the npm dependencies for frontend and backend:
69+
70+
```bash
71+
cd frontend
72+
```
6973

7074
```bash
7175
npm install
@@ -82,6 +86,21 @@ Next, open localhost server:
8286
localhost:5000
8387
```
8488

89+
open another terminal
90+
91+
```bash
92+
cd backend
93+
```
94+
```bash
95+
npm install
96+
```
97+
Next, run the development server:
98+
99+
```bash
100+
npm run dev
101+
```
102+
103+
85104

86105
### Output:
87106

0 commit comments

Comments
 (0)