Giter VIP home page Giter VIP logo

phdevsdir's People

Contributors

chinoms avatar codehakase avatar echilaka1 avatar prezine avatar psybuglite avatar theozmic avatar voidnerd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

phdevsdir's Issues

Setup Docs

We need to keep the README file straight to the point, some persons may not be able to communicate and test the endpoint of the API with the tool we may recommend, so the best approach is setup a docs directory to contain links to tutorials we'd create regarding this Project.

Integrate Search

The Search bar, should search by a filter defined by the enduser. Some filters can be, By Name, By Skill/Language.

Tests and Travis Integration

We need to write some tests, and setup a CI for this repo, so when a PR is sent, it checks against the tests so we don't have conflicts in builds.

I recommend setting up testing with Mocha or Jasmine, and CI with Travis

Trim strings after split in stack param

If a user submits stack param like so: JS, PHP, Python the data saved should be ["JS", "PHP", "Python"] rather than ["JS", " PHP", " Python"]. Pay attention to the preceding space

Get Extra Developer details via the GitHub API

The profile image, should be made available from the GitHub's api. This and other information we may need for each developer profile like Highest stared repo, number of contributions, etc.

Build the following endpoints with Express JS and Sqlite

POST api/register - Register user params: username, password, email, phone
POST api/login - Login user params: username, password
GET api/users - Get all registered users
GET api/user/:id - Get user with id
UPDATE api/user/:id Update user with id params: username, password, email, phone, about, stack[array]

NOTE: If param type is not specified, assume string

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.