Giter VIP home page Giter VIP logo

krates's People

Contributors

amotivv avatar hughlilly avatar sumitkolhe avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

krates's Issues

The Website does not check if it's alpha numeric and 20 digit sometimes

I was able to create Krates with ID's = "123456789-12345678_9" and "thefficienttodowebapp"

But I cannot delete them now because the Error says "The Id should be alphanumeric" and "Id should have a length of 20 characters" for the respective IDs

It's pretty funny that it lets us create but not delete due to the restrictions on ID itself ๐Ÿ˜‚

I hope you resolve it ASAP ๐Ÿ™ƒ (and also delete the above mentioned krates if possible)

By the way, thanks for creating this man! It's a gem, but I don't know why no one out there knows about this!

Screenshot (276)

Screenshot (277)

krat.es is not working

There are some days since krat.es stopped working. I don't know if the maintainer is aware of it, so I'm posting about it here.

It's giving CORS Error all of a sudden!!

It was fine till yesterday, I don't get it why it suddenly started giving CORS error!

Screenshot (328)

Adding The URL as a proxy in the package.json doesn't seem to work. My project is in progress, so please solve it ASAP!

Cant delete from within app

I am having an issue deleting from my app(using React).
Getting and Posting work 100% but as soon as I DELETE I get "{"status":"FAILED","message":"Not Found"}"
Been using this:
fetch("https://krat.es/[API]/todo/" +_id, {
method: "DELETE",
})
.then((res) => res.text()) // or res.json()
.then((res) => console.log(res))

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.