An open API service indexing awesome lists of open source software.

https://github.com/taurusilver7/memories-server

server for the MERN CRUD application.
https://github.com/taurusilver7/memories-server

Last synced: over 1 year ago
JSON representation

server for the MERN CRUD application.

Awesome Lists containing this project

README

          

# Server- MERN CRUD Application.

> The server & api end-point to the MERN application to handle the crud functionalities.
> The server is functioned using express, data-handled with mongoose & hosted on heroku.

- The index.js acts as server to the application.
- The MVC architecture employed in the build creates model for the data-model using mongoose, controller for route handle functions & views for the templates.
- The client-side is structured using react-js. No template-literals are needed at the server-side

[https status codes](https://restapitutorial.com/httpstatuscodes.html)