Giter Club home page Giter Club logo

developerverse's Introduction

Developerverse

Installation

Information and instructions on setting up a development environment can be found in the wiki

Deployment

For information on Netlify deployment see the Wiki @ Netlify

For Heroku deployment see the Wiki @ Heroku

Front-end

Technologies Used

Dependencies

  • ReactJS - A client-side JavaScript library for building interfaces
  • Axios - Promise based HTTP client for the browser and node.js
  • React-Router - A package providing dynamic routing functionality for web apps
  • React-Router-Dom - A package containing the DOM bindings for react-router

Back-end

Technologies Used

Dependencies

Authentication

In order to authenticate, you need to create an account or log in with an email and password on the route users/create

Once created, you will recieve a token as a response

Add that token to your request headers in this format:

Key Value
Authorization token your token here

And you will have full access to the API!

Routes Available

The following routes are available

Route name URL HTTP Verb Description
Index* /{resource} GET Display a list of all Project or Comment
Show ID* /{resource}/{:id} GET Display a specific Project or Comment based on their ID
Create* /{resource}/create POST Add new Project or Comment to the database, returns the newly created entry
Edit By Id* /{resource}/{:id} PATCH Update a particular Game or Review, returns the new entry
Delete By Id* /{resource}/{:id} DELETE Delete a particular Game or Review
Login /users/login POST Logs in with a username and password, returns an authentication token
Create /users/create POST Creates a user and returns an authentication token

Routes marked with * need authentication to be accessed

developerverse's People

Contributors

absurdlyeloquent avatar cblender avatar iandemed avatar lexleach avatar maurcord avatar midastouchprd avatar tmurphy3 avatar underwaterr avatar

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.