Scaler-Community-Projects / NGO-Farmer-Analysis

A Website/Webapp to help SS-SWERA Project under PANI NGO to capture, store and analyze farmer's crop yield and methods used. Previously these things were done manually. The main aim of the App is to make this process seamless and fast.
MIT License
9 stars 21 forks source link

Create CRUD routes for adoption form #36

Closed ritesh-pandey closed 4 years ago

ritesh-pandey commented 4 years ago

Form details need to be saved in database. Create routes for the same. These routes will be invoked by client application.

Refer to wiki for more details. https://github.com/Scaler-Community-Projects/NGO-Farmer-Analysis/wiki/Adoption-Form

Medha08 commented 4 years ago

I and Anirban Chakraborty would like would like to work on this issue

discoveranirban commented 4 years ago

Yes! We both would like to contribute for this Issue.

mephi007 commented 4 years ago

I would like work on this.

ritesh-pandey commented 4 years ago

I would like work on this.

See if you can collaborate with @Medha08 and @discoveranirban . Else let us choose other issue.

mephi007 commented 4 years ago

@Medha08 @discoveranirban can i collaborate with you guys?

ritesh-pandey commented 4 years ago

To be clear, this issue only deals about creating end points and not the implementation.

So end result should be that we have:

They will contain empty methods as of now.

Read best practices in naming these RESTful API.