jevgenix / Fullstack-projekti-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST-API, School fullstack project 3.

This is a REST-API backend for an upcoming React project. I used here all needed routes to create a Forum "Jodel-alike" app. In this project I used Expressjs, Nodejs, Mongodb, mongoose and etc. Project is quite simple, but works perfectly. Later than I start implementing Frontend using React I will add new schema to this project for the comment sector.

Router information

5. https://rest-api-project-3.herokuapp.com/api/comment/:id find table by id and append new comment into comments array

6. https://rest-api-project-3.herokuapp.com/api/:id/vote find table by id and add or remove one vote

About


Languages

Language:JavaScript 100.0%