Closed anapecic closed 1 month ago
As a user, I want to create and view posts in the community forum so I can share ideas and connect with other users.
[x] Create Feature Branch community-forum
community-forum
[x] Create a database for messages.
[x] Columns: name, message
name
message
[x] Connect Database
connect.js
.env
[ ] Create a function to manage data operations.
[ ] Display current messages in the forum.
Value proposition
As a user, I want to create and view posts in the community forum so I can share ideas and connect with other users.
Description
Acceptance criteria
Tasks
[x] Create Feature Branch
community-forum
[x] Create a database for messages.
[x] Columns:
name
,message
[x] Connect Database
connect.js
for database connection..env
file.[ ] Create a function to manage data operations.
[ ] Display current messages in the forum.