-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BK]: Index routes #17
Comments
May I try my hand at this? |
Hi, could you assign this to me? I have strong experience in Typescript and can set up and organize the routes as outlined |
Hi. Id love to give this a try. ETA 1day. I’m a full stack engineer and also new member of the dojo community |
|
I'd be happy to do this. |
Hello Fab here, I am a full stack engineer member of Dojo Coding with experience in Express,js, Next Js, Vue and plain react, also I have plenty of contribution to web3 projects where that experience can help me deliver a quality solution How I plan to tackle the issue: Mount and index existing routes to the correct endpoint |
I'd love to give this a go. |
I'd be happy to do this. My name is Gideon Bature a Software Engineer, I have experience building web applications with JavaScript/TypeScript on the Backend. If assigned, will send my first PR in 72 hours from that time. Thank you! |
Hi, please can I be assigned this please? I would love to be the given the opportunity to solve this issue please. I have experience in html, css, JavaScript, TypeScript, cairo and rust. Summary of the steps I'll take:
ETA: 1 day to raise a good pr |
I’d like to work on this. |
May I try my hand at this? |
May I be assigned to this? |
Hello, StarShop project maintainers! Over my years of experience, I have worked with languages and tools like: Web3: Solidity and Rust Here is how I would solve this issue:
I aim to complete this task within 36 hours being assigned and setting up my development environment, with my first pull request submitted before 12 hours have elapsed. I have an incredible work ethic and can deliver on this task. Thank you for the opportunity and I look forward to working with you. LET'S BUILD! 🚀 |
Hi, My Github name is: @kayceeDev, With my solid understanding of git and github and various contributions to open source projects, I will create thess routes in an efficient and scalable way. Please assign this to me |
The issue's guide is clearly defined, and I will do testing and build when I complete the task. ETA - 1day. |
I will love to make contribution to this issue. Assign me, i will deliver a good PR in 24 hours |
I'd like to take this issue.first time contributor |
Hey I would love to get the chance to be assigned to this issue ! Thanks in advance |
I'd love to give this a go. |
Can I handle this issue? |
Hello, I'm a full-stack developer with experience building NodeJS backend using frameworks like ExpressJS and NestJS. I have a good understanding of what is required to complete this issue. For this task, I'll implement the health check route and fix the necessary index routes. |
Hello, I'm Daniel a software engineer passionate about problem solving and building products to meet users' needs. Mind if I try this one? You have provided almost everything needed for this task, what would be left for me to do would be to create the Next would be to create the Lastly, make use of the index routes. ETA: 2 business working day |
Let me jump on this, experienced backend and typescript developer here. I can help create the controllers/routes folder and abstract the express routes with a custom typescript decorators eg @get(), @post, @put, @delete and automatically mount all routes that got the decorators for more readable and well maintain codebase following good design pattern. |
Can I try solving this issue? |
Is this issue still available? |
May I take care of this? |
let me get my hands on this please |
I’d like to work on this. |
Could I take on this issue? |
Can I take care of this issue? |
Mind if I take this issue? |
I've just finished the core curriculum at École 42, so solving this issue would be a step up in my learning curve! |
i'm a frontend dev and blockchain dev |
May I handle this issue? |
Hi , I am a full stack developer is a versatile professional skilled in both front-end and back-end development, capable of designing user interfaces, building robust server-side applications, and managing databases. |
I would like to work on this issue |
Can I take this from here? |
Hello maintainers I'm BRACR10 from the Dojo Coding community, I would like to contribute to this project. I plan to mount and index existing routes to the correct endpoints and check if the API is running properly, as explained in the description. ETA 1~2 days. |
hey @BraCR10 Here is our telegram group, please join https://t.me/starshopcr |
I would love to take this on. Nodejs with typescript is my speciality and I believe i can fix this within 24 hours.
|
File:
/src/routes/index.ts
Explanation
Health Check Route:
/health
Mounting Routes:
/users
: Delegated touserRoutes
./products
: Delegated toproductRoutes
./stores
: Delegated tostoreRoutes
.Each of these modules (
user.routes.ts
,product.routes.ts
, andstore.routes.ts
) should handle the specific logic and sub-routes for their respective entities.Usage in Server File
In the main server file (e.g.,
server.ts
), import and use the index routes:Benefits
index.ts
.By following this structure, the project remains organized and adheres to best practices for scalable backend applications.
The text was updated successfully, but these errors were encountered: