X
Production of a Single Page Application to exploit the Atlas MongoDB service.
The objective of this project is to create an application "from scratch" providing ratings and reviews on cinema movies, using API self-made routes implemented with aggregate mongo's requests.- Framework : React / NextJS
- Routes API : NextJS
- UI Design : Figma
- Database : Atlas MongoDB
Figma
Quick development of the application's UI design, its functionalities, and the articulation of responsive elements.
React
CLassical base components are used, with special components required from NextJS (_app.js & layout.js). The use of Style with Sass requires modules, because of the way NextJS manages style as an object.
NextJS
API routes are defined in the same project. A default route (index) can be defined, and a more specific route can be built with specific arguments to query.
Atlas MongoDB
Mongo gives access to a free online database service called Atlas, provided with some data collections to be used for experimentation.