Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Create CRUD for member without DB #21

Closed
khattakdev opened this issue Jan 28, 2021 · 0 comments · Fixed by #23
Closed

Create CRUD for member without DB #21

khattakdev opened this issue Jan 28, 2021 · 0 comments · Fixed by #23
Assignees

Comments

@khattakdev
Copy link
Member

This is a subtask (#12)

interface Member {
   username: string;
   bio: {
      description: string;
      twitter: string;
      linkedin: string;
      github: string;
   };
   updatedOn: Date;
   createdOn: Date;
}
@khattakdev khattakdev self-assigned this Jan 28, 2021
eddiejaoude pushed a commit that referenced this issue Jan 29, 2021
* feat: post and getall api

* feat: add (get) single record api

* feat: update discord api

* feat: discord delete api

* refac: replaced findIndex with find

* refac: remove private function

Co-authored-by: Arsalan Khattak <me@khattak.dev>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant