Website for finding friends based on your common interests
- Node.js (v19.x or higher)
- Clone the repository
- Run
npm installin the root directory - Run
npm run start:devto start the server
- Run curl -X POST http://localhost:3000/api/profiles/ -H "Content-Type: application/json" -d '{"name":"meow", "email":"valid@email.com", "hobby":"cats"}'