Skip to content

Tools & Tech

Humayra98 edited this page Feb 4, 2021 · 3 revisions

Project Stack

We will be using the MERN stack.

MongoDB

Our NoSQL database will be MongoDB.

Express.js

Express.js will be powering the backend API.

React.js

React.js will be responsible for serving the frontend.

Node.js

Node.js will be running our backend code.

Testing

Both backend and frontend environments will use Jest for test running. The backend will use superTest to test the API endpoints and the frontend will use React's testing library to test its components.