pendulum-chain / vortex

1 stars 0 forks source link

Setup backend web server #15

Closed prayagd closed 5 months ago

prayagd commented 9 months ago

Context

We need to set up a server that serves the relevant data to our PendulumPay frontend application. Follow up of this research ticket.

Requirement

We decided to implement the web server with the axum framework, using diesel and diesel_async for database access. In this ticket, we want to set up the web server and its routes to fulfill the requirements of PendulumPay's signup and login flow.

TODO

Implement the basic logic to start the web server and connect to the postgres database (set up in pendulum-chain/tasks#193). You can draw inspiration from this example, which illustrates the usage of axum with diesel_async.

prayagd commented 9 months ago

@ebma can you please fill in the details?

ebma commented 9 months ago

I updated the description.

prayagd commented 9 months ago

Hey team! Please add your planning poker estimate with Zenhub @b-yap @bogdanS98 @ebma @gianfra-t @TorstenStueber

TorstenStueber commented 9 months ago

@prayagd can we move this to Ready?

TorstenStueber commented 5 months ago

This ticket is meant for an obsolete prototype. Closed.