GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Evan Prodromou (evan@cosocial.ca)'s status on Sunday, 15-Dec-2024 05:32:56 JST Evan Prodromou Evan Prodromou

    Let's say you wanted to create a throwaway dynamic Web API in a few hours; for example, for a hackathon or a demo. How would you build it and deploy it?

    #WebDev #AskFediverse

    In conversation about 6 months ago from cosocial.ca permalink
    • Embed this notice
      Ian Sutherland 🇨🇦 (iansu@cosocial.ca)'s status on Sunday, 15-Dec-2024 05:39:23 JST Ian Sutherland 🇨🇦 Ian Sutherland 🇨🇦
      in reply to

      @evan in the past I probably would have said Heroku but these days I’m not sure. I would probably try something like Railway: https://railway.app

      In conversation about 6 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: railway.app
        Railway
        from @Railway
        Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
    • Embed this notice
      levent sönmez (lanartri@mastodon.social)'s status on Sunday, 15-Dec-2024 05:40:59 JST levent sönmez levent sönmez
      in reply to

      @evan few hours fastapi, few days django

      In conversation about 6 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Sunday, 15-Dec-2024 05:40:59 JST Evan Prodromou Evan Prodromou
      in reply to
      • levent sönmez

      @lanartri How would you deploy it?

      In conversation about 6 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Sunday, 15-Dec-2024 05:41:58 JST Evan Prodromou Evan Prodromou
      in reply to
      • Gabriel Viso Carrera

      @gabriel where would you deploy your Docker image and why?

      In conversation about 6 months ago permalink
    • Embed this notice
      Gabriel Viso Carrera (gabriel@fedi.gvisoc.com)'s status on Sunday, 15-Dec-2024 05:41:59 JST Gabriel Viso Carrera Gabriel Viso Carrera
      in reply to

      @evan Without any more requirements or restrictions, maybe httpbin on a docker host.

      In conversation about 6 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Sunday, 15-Dec-2024 05:47:57 JST Evan Prodromou Evan Prodromou
      in reply to
      • Gabriel Viso Carrera

      @gabriel Can you create quick CRUD APIs with that? It seems pretty useful.

      In conversation about 6 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Sunday, 15-Dec-2024 05:50:49 JST Evan Prodromou Evan Prodromou
      in reply to
      • levent sönmez

      @lanartri Ha! If it were me, the entire hackathon would be over and everyone would have gone home and I'd still be sitting in the dark by myself trying to debug my GitLab configuration scripts.

      In conversation about 6 months ago permalink
    • Embed this notice
      levent sönmez (lanartri@mastodon.social)'s status on Sunday, 15-Dec-2024 05:50:50 JST levent sönmez levent sönmez
      in reply to

      @evan probably, gitlab ci/cd -> docker image -> linode/do etc. (via ssh)

      In conversation about 6 months ago permalink
    • Embed this notice
      John Caruso (john@cosocial.ca)'s status on Sunday, 15-Dec-2024 05:51:42 JST John Caruso John Caruso
      in reply to

      @evan The last time I did something like this for a prototype I used Vercel and deployed the front end there along with their server/lambda functions equivalent for the api.

      In conversation about 6 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Sunday, 15-Dec-2024 06:18:43 JST Evan Prodromou Evan Prodromou
      in reply to
      • PaulR 🐻‍❄️
      • Microcks

      @paulrbr @microcksio no, live public API for a hackathon, demo or POC. Not an in-process mock library.

      In conversation about 6 months ago permalink
    • Embed this notice
      PaulR 🐻‍❄️ (paulrbr@pouet.chapril.org)'s status on Sunday, 15-Dec-2024 06:18:44 JST PaulR 🐻‍❄️ PaulR 🐻‍❄️
      in reply to
      • Microcks

      @evan if its really just for testing you could go with only writing examples data, and put that in a mocking service. E.g. with the excellent open-source project @microcksio
      https://microcks.io/documentation/references/examples/

      In conversation about 6 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: microcks.io
        API Examples Format
        from @Microcks
        Microcks is Open Source cloud-native tool for API Mocking and Testing
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Sunday, 15-Dec-2024 06:19:38 JST Evan Prodromou Evan Prodromou
      in reply to
      • Gabriel Viso Carrera

      @gabriel let's say live, public API that your collaborators can test and build with.

      In conversation about 6 months ago permalink
    • Embed this notice
      Gabriel Viso Carrera (gabriel@fedi.gvisoc.com)'s status on Sunday, 15-Dec-2024 06:19:39 JST Gabriel Viso Carrera Gabriel Viso Carrera
      in reply to

      @evan If I was doing a hackathon in a machine hosted in the same lan, for a demo in my host machine. Why? Probably for simplicity and not rely on third parties.

      In conversation about 6 months ago permalink
    • Embed this notice
      Gabriel Viso Carrera (gabriel@fedi.gvisoc.com)'s status on Sunday, 15-Dec-2024 06:19:40 JST Gabriel Viso Carrera Gabriel Viso Carrera
      in reply to

      @evan Nah if you need to precan your responses there are seemingly useful things like https://github.com/typicode/jsonplaceholder

      In conversation about 6 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
        GitHub - typicode/jsonplaceholder: A simple online fake REST API server
        A simple online fake REST API server. Contribute to typicode/jsonplaceholder development by creating an account on GitHub.
    • Embed this notice
      Erin Dalzell (He/Him) 🇨🇦 (emd@cosocial.ca)'s status on Sunday, 15-Dec-2024 08:38:50 JST Erin Dalzell (He/Him) 🇨🇦 Erin Dalzell (He/Him) 🇨🇦
      in reply to

      @evan laravel, small DO droplet, deploy via Ploi

      In conversation about 6 months ago permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.