@@ -33,10 +33,9 @@ Features:
3333The 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:
40391 . Design a robust database schema for user data, goal reminders, and habits
41402 . Develop a secure backend API handling user authentication, goal reminder and habit management, and caretaker management
42413 . 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:
4847The 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:
5453The 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
7175npm install
@@ -82,6 +86,21 @@ Next, open localhost server:
8286localhost: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