-
Notifications
You must be signed in to change notification settings - Fork 6
Tools & Tech
Humayra98 edited this page Feb 4, 2021
·
3 revisions
We will be using the MERN stack.
Our NoSQL database will be MongoDB.
Express.js will be powering the backend API.
React.js will be responsible for serving the frontend.
Node.js will be running our backend code.
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.