This is a forum application built with React/Next.js and Node.js, MongoDb database.
You can register, login, create questions, answer, like, dislike.
- State management: Zustand, React Query
- React UI components: Mantine UI
If you want to explore this app localy, do the following:
- Clone or download this and backend
- npm start a backend server
- change server url in next.config.js to SERVER_URL: 'http://localhost:8080'
- npm i, npm run dev