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.git
to clone the repository
To run the application on the web, follow the instructions :
make sure you are inside the project's folder on VScode
open up a terminal
- run
yarn install
to 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 start
to run the application, will open at the addresslocalhost:3000
- To test the project with cypress, inside the "client" folder, run
yarn cypress
.