You are on page 1of 2

6.

REFERENCES
o MongoDB Documentation: https://docs.mongodb.com/

o The official documentation for MongoDB offers comprehensive guides


and references for working with MongoDB, including data modeling,
querying, indexing, and integration with Node.js.

o Prisma Documentations: https://www.prisma.io/docs


7. APPENDICES
Appendix 1
Frontend:
These are the two divisions of the project to help the creator develop the project
smoothly. This division helps different people work upon the things they are masters
in. This whole load of the project is balanced. Front-end covers the part of the project
which is visible to the user, i.e., it deals with the client side. Anything happening on
the user side of the connection can be received or manipulated by the user. It concerns
mostly the user interface and user experience of the website.
How the website is presented to the user is the primary goal of the front-end.
Simplicity, accessibility, proper user experience, clarity of the actions and feedback
are some of the basic features which play a vital role in the best possible front-end.

Appendix 2

Backend:

Back-end is the part of the website which deals with the core functioning of the
website and is hidden to the user for user’s safety. Users should not know what is
happening on the website, this is the concern of the back-end developers. Having a
back-end makes the website more dynamic.
When users interact with the website which involves back-end, it makes the creators
easy to involve with users for the main purpose of the website. Back-end involves
maintaining the database of various users helping them to get things done through the
various tools and services developed by the programmers of the back-end. Common
objectives of the back-end are to involve users with the website, maintaining the proper
database for various users.

You might also like