Secret Management App using MERN Stack, it uses ReactJS for Front-end, NodeJS, Express For the Backend, and Mongo DB as database!
https://github.com/codewithPoppy/MERN-CRUD-Secret-Assessment.gitto clone the repository
To run the application on the web, follow the instructions :
make sure you are inside the project's folder on VScodeopen up a terminal- run
yarn installto install the dependencies of the project - inside the "server" folder run
yarn devStart<-- this will provide our data, addresslocalhost:3004 - open a new terminal, inside the "client" folder, run
yarn startto run the application, will open at the addresslocalhost:3000 - To test the project with cypress, inside the "client" folder, run
yarn cypress.