A bookmark-sharing platform built on NextJS and MongoDB.
A bookmark-sharing platform built on NextJS and MongoDB (using mongoose ODM). It comes with TailwindCSS and NextUI elements. The authentication is provided by Google Auth using next-auth.
You would need to have Node.js (v18 or higher) installed on your local machine.
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
Builds the app for production.
npm run build
Runs the built app in production mode.
npm start
- This project is inspired from @WebDevSimplified