nextjs-mongodb-blog-test

For client:

cd client && npm i && npm start

For Server:

cd server && npm i && npm run dev