Revitalize Connections! Our app helps youths make friends, sparks engaging conversations, suggests exciting activities, and crafts trendy social media captions whilst revitalizing the food industry.
~
├── backend
├── frontend
| ├── build
| ├── public
| ├── src
| ├── stylesheets
| ├── package-lock.json
| ├── package.json
| └── .env ## create .env file and insert REACT_APP_OPEN_AI_API_KEY='api-key'
├── .gitignore
└── README.md
-
cd backend -
npm install -
npx json-server --watch users.json --port 8000
-
cd ../frontend -
npm install -
npm start
Subsequently, only steps 1 and 3 have to be run!!