This project was bootstrapped with Create React App.
Vocab App is a mern stack web app to improve the vocabulary.
https://github.com/Vishal-coder-ui-au8/Raodo-Assignment.git
Give the command in terminal
cd server
npm i
Create a .env file inside server folder and provide the key values mentioned below
oxfordAppId=<YOUR_OXFORD_APP_ID>
oxfordAppKey=<YOUR_OXFORD_APP_KEY>
mongodbUri=<YOUR_MONGODB_URI>
Run the server
npm start
Give the command in terminal
cd client
npm i
Run the client
npm start