gbowne1 / codebooker

This is a book recommendation app created with React 18.2 and MUI for coders/programmers looking for reccomendations to books on programming/coding to read
MIT License
31 stars 57 forks source link

[TODO] Add some API documentation #164

Open gbowne1 opened 1 year ago

gbowne1 commented 1 year ago

MWe need some API documentation on how to use the API

Use the /docs/ folder to add API documentation in Markdown

Also they should be added to a section of our Wiki by cloning the Wiki individually and use Markdown to create a section on API.

Add links to documentation in the README.md file

amritatwal commented 1 year ago

Hi Gregory,

I'm interested in helping out with this. I have a particular interest in technical writing. I'm looking for opportunities to practice writing documentation.

Would you be happy for me to contribute?

gbowne1 commented 1 year ago

@amritatwal Yes, this issue is open, so you are welcome to work on this issue or any of the other open documentation issues, and there are several.

I can assign you if you wish to work on this.

EdwinChukwuebuka commented 1 year ago

Hello Gregory and amritatwal, I'm also interested in helping out with this as I'm also looking for opportunities to practice api documentation. Can I contribute too?

janetmmiller commented 1 year ago

Hi @gbowne1, @amritatwal, @EdwinChukwuebuka,

Has anyone started on the documentation yet? Maybe we could divide the work into assignments? Message me here. Thanks!

EdwinChukwuebuka commented 1 year ago

@janetmmiller not really, just been trying to run the code, understand how it works and test the api on postman. I should be done with that soon then I'll start the documentation.

gbowne1 commented 1 year ago

@janetmmiller There are several people wanting to do documentation.

I do not mind if a group of people get together to talk about and/or do any of the documentation for the API or the app itself.

I would prefer the documentation go on our Wiki but can exist inside the /docs folder

@LOGESH-B did a great deal of the backend so if you need help with database, APIs, backend etc help he can help you.

I have mainly been doing the Project Management role in this app and helping debug.. due to time limits I have.

Chizobaonorh commented 1 year ago

Hello, i would also love to contribute to this documentation. @gbowne1

amritatwal commented 1 year ago

Thanks Gregory.

I'd love to still help but I can no longer commit enough time to do this. I'm going to un-assign myself from the issue.

gbowne1 commented 1 year ago

ok @Chizobaonorh

Chizobaonorh commented 1 year ago

@janetmmiller There are several people wanting to do documentation.

I do not mind if a group of people get together to talk about and/or do any of the documentation for the API or the app itself.

I would prefer the documentation go on our Wiki but can exist inside the /docs folder

@LOGESH-B did a great deal of the backend so if you need help with database, APIs, backend etc help he can help you.

I have mainly been doing the Project Management role in this app and helping debug.. due to time limits I have.

so we need navigations like where are the endpoints, and what documentation does this project need. How would you see a brief debriefing to get up up to speed on what the documentation requires. @gbowne1

gbowne1 commented 1 year ago

@Chizobaonorh, @EdwinChukwuebuka etc.

Several things..

There are some documentation in Docs.

I would like some of the same documentation to appear in the Wiki which can be used for API Documentation, User Documentation and Developer Documentation. Wiki

I did not write the API for this application @LOGESH-B did so API documentation can be directed to him, but I am sure others might be able to chime in.

My goals for both the /docs directory/folder and the Wiki is:

1) User Documentation (How to actually use the application as a user) 2) API Documentation (how to test and use the applications' internal API) 3) Developer Documentation (Getting the project cloned/forked, installed, setting up the database, etc).

There are several issues related to documentation. The are:

141, #150, #137

EdwinChukwuebuka commented 1 year ago

Okay @gbowne1

gbowne1 commented 1 year ago

@EdwinChukwuebuka @Chizobaonorh etc

There is also the issue of some of the other Markdown files included in this project which are not terribly accurate or complete.

Chizobaonorh commented 1 year ago

@EdwinChukwuebuka @Chizobaonorh etc

There is also the issue of some of the other Markdown files included in this project which are not terribly accurate or complete.

  • CONTRIBUTING.md which is the documentation on how to contribute to this project including how to contribute/do PR's, submit issues, submit discussions, clone/fork on GitHub. I would suggest reading it too.
  • README.md which is the main project readme which should have links to relevant contribution and other documentation.
  • DEVSETUP.md This file was meant to be instructions on how to get the project installed, cloned, forked, and the database connected and how to run the app. Right now its basically generic React instructions which are outdated

If its is basically generic React instructions which are outdated, what guide can i use to setup my workspace?

Chizobaonorh commented 1 year ago

@gbowne1 can we like have a link to your discord for easy accessibility?

gbowne1 commented 1 year ago

@Chizobaonorh @EdwinChukwuebuka I would prefer people use my Slack. I don't use Discord for this purpose.

Slack is free. Here is the link.

https://join.slack.com/t/connectcoders/shared_invite/zt-23ajnvegn-0nUuIlxhSDU8tQrPBL~riQ

Believet2 commented 11 months ago

I will love to join in this project as i am looking forward to gain more experience, pls can i join the contributors? @gbowne1

gbowne1 commented 11 months ago

@Believet2 well, we aren't really ready for documentation yet and there already is some.

Believet2 commented 11 months ago

Ok

bmacarini commented 8 months ago

Hey, @gbowne1 Is this API documentation issue still open? I didn´t find any API documentation. Is it a REST API? I would like to contributing.

gbowne1 commented 8 months ago

@bmacarini

bmacarini commented 8 months ago

@gbowne1 Assign this issue to me, please. I will make the API documentation.

Ashleycodesseo commented 2 months ago

@gbowne1 if you still need help with your documentation I'd like to help! I'm looking to gain some experience with REST API documentation so please tell me where I can lend you a hand. Thanks

gbowne1 commented 2 months ago

@Ashleycodesseo I think this is pretty much complete. I did not design the API myself so you're welcome to go through it and see if you can figure it out.

It has some issues with it

What we have now is in here. https://github.com/gbowne1/codebooker/tree/master/docs

You're welcome to work on it if you like. Thanks

Ashleycodesseo commented 2 months ago

@gbowne1 It looks really good! I thought you wanted it to be added to the wiki in markdown? I can do that for you

gbowne1 commented 2 months ago

@Ashleycodesseo yeah that needs done too if you would like to do that you're welcome to do that

Ashleycodesseo commented 2 months ago

@gbowne1 I'll start on it first thing in the morning. Thank you