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

feat: add server and channel schema #17

Merged
merged 2 commits into from
Apr 19, 2022
Merged

feat: add server and channel schema #17

merged 2 commits into from
Apr 19, 2022

Conversation

AayushShuk1a
Copy link
Collaborator

Added Server and Channel Schema with following details:-

Server Details
-Server Name
-Server Profile
-Server Members
-Server TextChannels
-Server Owners
-Server VoiceChannels

Channel Details
-channelName
-newMessage
ServerName

Closes #15

Copy link
Collaborator

@chandankumar1307 chandankumar1307 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Get it done ASAP

Router.get("/feeds", getFeeds);
Router.post("/feeds", createFeeds);

//Server Routes
Router.get("/createserver", createServer);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created Post request but using get. Fix this

@chandankumar1307 chandankumar1307 self-requested a review April 18, 2022 19:02
Copy link
Collaborator

@chandankumar1307 chandankumar1307 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good

Copy link
Owner

@SuperAayush SuperAayush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

__
sema-logo  Summary: 🏆 This code is awesome

Copy link
Collaborator

@bhavyastar bhavyastar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@chirag0002 chirag0002 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AayushShuk1a AayushShuk1a merged commit 1a4231f into main Apr 19, 2022
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

Successfully merging this pull request may close these issues.

[FEATURE] <add server and channel schema for twtcord>
5 participants