Backend-diff uses a stack full JS/TS on the backend, I'm making this project to improve
my skills in the backend.
- For clone the project
git clone https://github.com/Wellers0n/Backend-diff.git - Enter in the folder
cd Backend-diff/ - To install project dependency:
yarn install - After the installation of the dependencies
yarn startin the default directory
POST=>/api/loginreturn ->TOKENPOST=>/api/createUserreturn ->status 200
GET=>/api/articlesreturn ->json articlesGET=>/api/article/:idreturn ->json one articlePOST=>/api/articlereturn ->status 200 = create one articleDELETE=>/api/article/:idreturn ->status 200 = delete one articlePUT=>/api/article/:idreturn ->status 200 = update one article
GET=>/api/comment/:idArticlereturn ->json comments of an articlePOST=>/api/commentreturn ->status 200 = create one commentsDELETE=>/api/comment/:idreturn ->status 200 = delete one articlePUT=>/api/commentreturn ->status 200 = update one article
NodeJS
KoaJS
MongoDB
GraphQL
Yarn
WorkSpaces
@nandosangenetto
