A simple social media site API and frontend
- Mongoose ODM
- Passport.js
- Express.js
- Zod
- React
- Typescript
- React Hook Form
- Toastify
- Setup mongodb database with replica set on to enable transactions
- Export Environment variable MONGODB_URI with connection string
- Run the command
yarn && yarn run start
- Backend will be started in localhost:3000 and frontend in localhost:5173