This is example project that shows how to create a full stack project with MongoDB, NodeJS, React (NextJS), Express and Tailwind CSS (MERN)
- NodeJS
- React (NextJS)
- MongoDB
- Express
- Tailwind Css
- Clone this repo and install both the projects dependencies
cd client && npm i
cd server && yarn
- To run
server
create a.env
file and add your mongodb connection string
MONGO_URI=mongodb+srv://mernAuth:<username>@...