Coder Social home page Coder Social logo

ryand1234 / discussion-forum Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 1.54 MB

A MEAN stack Discussion site

Home Page: https://discuss-forum.herokuapp.com

JavaScript 29.09% TypeScript 51.52% HTML 14.29% CSS 4.39% Python 0.71%
node-js angular-cli discussion-forum

discussion-forum's Introduction

APIs For Backend of Discussion Forum

Authentication Routes

Register

/user/register Method Type : POST

Require

{
  name
  email
  password
  mobile
  username
}

Return

{
  "msg" : "User Registered"
}

Login

/user/login Method Type : POST

Require

{
  email
  password
}

Return

{
  "msg" : "User Logged In"
}

Profile

/user/profile Method Type: GET

Return

{
  name : user's name,
  mobile : user's mobile,
  email : user's email
}

Public Profile

/user/:id Method Type : GET

Return

{
  name : user's name,
  mobile : user's mobile,
  email : user's email
}

Logout

/user/logout Method Type : GET

Return

{
  "msg" : "User Logged Out"
}

Update Profile

/user/update Method Type : POST

Optional

{
  name
  mobile
  username
}

Return

{
  "msg" : "Profile Updated"
}

Thread Routes

Create Thread

/thread/new Method Type: POST

Require

{
  topic
  category
  thread
}

Return

{
  "msg" : "Thread Created"
}

Show All Threads

/thread/all Method Type : GET

Return

Array of All the Threads

Single Thread

/thread/:id Method Type: GET

Making Comment on a Thread

/thread/comment Method Type: POST

Require

{
  txt
}

Return

Updated Thread

Like a Thread

/thread/like/:id Method Type: GET

Return

Updated Thread

Disike a Thread

/thread/dilike/:id Method Type: GET

Return Updated Thread

discussion-forum's People

Contributors

renovate-bot avatar renovate[bot] avatar ryand1234 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

discussion-forum's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency @types/jasmine to v3.10.7
  • Update dependency @types/node to v12.20.55
  • Update dependency angular to v1.8.3
  • Update dependency bulma to v0.9.4
  • Update dependency cookie-parser to v1.4.6
  • Update dependency express-session to v1.17.3
  • Update dependency http-errors to v1.8.1
  • Update dependency karma-chrome-launcher to v3.1.1
  • Update dependency mongoose to v5.13.16
  • Update dependency body-parser to v1.20.2
  • Update dependency express to v4.18.2
  • Update dependency express-validator to v6.15.0
  • Update dependency jasmine-core to v3.99.1
  • Update dependency zone.js to v0.13.0
  • Update actions/checkout action to v3
  • Update actions/setup-node action to v3
  • Update dependency @types/jasmine to v4
  • Update dependency @types/node to v18
  • Update dependency dotenv to v16
  • Update dependency http-errors to v2
  • Update dependency jasmine-core to v4
  • Update dependency jsonwebtoken to v9
  • Update dependency karma to v6
  • Update dependency karma-jasmine to v5
  • Update dependency karma-jasmine-html-reporter to v2
  • Update dependency mongodb to v5
  • Update dependency mongoose to v7
  • Update dependency typescript to v5
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/node.js.yml
  • actions/checkout v2
  • actions/setup-node v1
npm
package.json
  • @angular/animations 10.2.5
  • @angular/cdk 10.2.7
  • @angular/cli 10.2.2
  • @angular/common 10.2.5
  • @angular/compiler 10.2.5
  • @angular/compiler-cli 10.2.5
  • @angular/core 10.2.5
  • @angular/forms 10.2.5
  • @angular/material 10.2.7
  • @angular/platform-browser 10.2.5
  • @angular/platform-browser-dynamic 10.2.5
  • @angular/router 10.2.5
  • angular 1.8.2
  • body-parser 1.19.0
  • bulma 0.9.3
  • cookie-parser 1.4.5
  • dotenv 8.6.0
  • express 4.17.1
  • express-session 1.17.2
  • express-validator 6.13.0
  • http-errors 1.8.0
  • jsonwebtoken 8.5.1
  • mongodb 3.7.3
  • mongoose 5.13.15
  • morgan 1.10.0
  • rxjs 6.6.7
  • tslib 1.14.1
  • zone.js 0.11.4
  • @angular-devkit/build-angular 0.1101.4
  • @angular/language-service 10.2.5
  • @types/jasmine 3.10.2
  • @types/jasminewd2 2.0.10
  • @types/node 12.20.37
  • codelyzer 5.2.2
  • jasmine-core 3.10.1
  • jasmine-spec-reporter 4.2.1
  • karma 5.2.3
  • karma-chrome-launcher 3.1.0
  • karma-coverage-istanbul-reporter 2.1.1
  • karma-jasmine 3.3.1
  • karma-jasmine-html-reporter 1.7.0
  • protractor 7.0.0
  • ts-node 8.10.2
  • tslint 6.1.3
  • typescript 3.9.10

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.