- This project is book social media. Users can share the books they read with their comments. Groups can be made on the community page. By joining these groups, it is possible to read the books determined by the manager in the given time and share their comments. Thanks to its random page, it is possible to leave the book selection process to artificial intelligence.
- first written backend with NEXT.JS. Used MongoDB at database. REACT is used as frontend.
Home Page | Home Page Bottom |
---|---|
![]() |
![]() |
Profile | Create Book Page | All Books Page |
---|---|---|
![]() |
![]() |
![]() |
First In the project directory,Install libraries by typing npm install
Secondly open a new file named .env
MONGO_URL=mongodb+srv://*****:********@cluster0.at6gkp1.mongodb.net/?retryWrites=true&w=majority
JWT_SECRET=secret123
NEXTAUTH_SECRET=dugdadhsad89wqegsidsssdsdhds
NEXTAUTH_URL=http://localhost:3000
Thirdly, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.