Front-end : passing data through components using props and state
Full-stack: passing data and updating components using REST API
- React
- MongoDB
- ExpressJS
- NodeJS
- Tailwind for CSS
- Fork or Clone this repository
- Make sure you have Node or
yarn
installed npm install
in the root directory (outside of thepublic
andsrc
) and thebackend
folder to install dependencies needed for testing the appnpm start
in the root directory to start the front end- Open another terminal and run
node server.js
ornpx nodemon server.js
in thebackend
folder to start the backend server
- Try not to edit other files unless necessary
- Please add comments if you can to help others understand your code