Please follow steps below to start backend & frontend
In root directory
- npm install
- rename .env.example to .env and replace with your API key
- run "npm start"
Change to /server directory
- npm install
- run "npm start"
💅 React frontend styled with Tailwind
🔙 Backend running Express framework for Nodejs
Post requests running client side
Get requests running on backend