Ensure you have the latest version of Node.js.
At the root of both frontend and backend directories, run npm install
npm start
Starts the development server.
npm start
Starts the development server
npm run dev
Starts the development server with nodemon (automatically restarts server on change)