Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Projects Backend #14

Open
shriram-sg opened this issue May 5, 2024 · 1 comment
Open

Create Projects Backend #14

shriram-sg opened this issue May 5, 2024 · 1 comment
Assignees

Comments

@shriram-sg
Copy link
Collaborator

Create Projects Backend

Create a rest-api and database schema for the projects feature.

For events, we want to store the following data:

  • project id
  • project name
  • project body
  • project description
  • tags: a bunch of tags to show what kind of project it is
  • status: hiring/completed/ongoing. Status of the event
  • created date and time: the time this row was created
  • last modified date and time: the time this entry was last modified

Express rest API with a postgres db is the final output for this issue.

Resources

Refer to the following resources:

@shriram-sg shriram-sg assigned shriram-sg and unassigned shriram-sg May 5, 2024
@rudyx3 rudyx3 self-assigned this May 5, 2024
@rudyx3
Copy link
Collaborator

rudyx3 commented May 5, 2024

Finished with the structure of the table on pgAdmin and the table is capable of the CRUD operations. Working on integrating with Express now with localHost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants