Git Product home page Git Product logo

coder_directory_api's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

coder_directory_api's Issues

User Resource

Need to have a users endpoint to serve user data.
Should support the following:

  • see all users' data
  • see one particular user's data
  • add a new user
  • edit a user
  • delete a user

api documentation

Need to have a self documenting api which should have:

  • swagger doc

api security

api needs to be secured and should have:

  • token endpoint
  • JWT tokens will be used to implement Authorization

Google OAuth

It would be nice to have a sign-on process using google credentials. As a user I wouldn't want to have to manage so many different accounts.

  • Design flow with Google OAuth
  • Assess what needs to be changed
  • Implement changes
  • Implement tests

language resource

Need a language resource to support structured choice of programming languages.
Should support:

Engine

  • getting all structured/supported programming languages
  • editing a programming language
  • adding synonyms
  • removing synonyms
  • searching for a particular programming languages
  • registering a new programming language
  • deleting a programming language
  • check if language is a synonym or duplicate

Resource

  • GET all languages
  • GET One Language by id
  • POST One language by id with validations (synonym/dupes)
  • DELETE One language by id
  • PATCH One language by id with validations (synonym/dupes)

Dockerize api

Need to dockerize api to allow users to run test versions of api.

Small bug with error handling

Mongo Engine errors when collection is empty cause is cursor not returning anything for max_id just need to change exception handling.

bootstrap project

need to lay out some starting infrastructure for the project.

  • mock data
  • travis ci
  • structure of project

Api Project Documentation

Need to start writing up the README for the project so it's welcoming to contributors.
Additionally may need to clean up code and doc strings.

What is this for?

Hi, just stumbled upon this randomly. What is this project actually for? If it's an API does it run somewhere? If I have a google account, can I use it for something? It seems to try follow every possible best engineering practice - documents all the methods, says Mongo somewhere, you can run it from docker - but I don't know why, is it just like, a testing ground for software engineering practices?

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.