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.
- Host: GitHub
- URL: https://github.com/taurusilver7/memories-server
- Owner: taurusilver7
- Created: 2021-05-03T12:29:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T15:00:26.000Z (about 5 years ago)
- Last Synced: 2025-02-02T12:36:04.398Z (over 1 year ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)