Full-stack MERN app
- backend is hosted on Vercel
- MongoDB Atlas is used for the database
- frontend is deployed using the Vercel CLI
- To deploy via the vercel CLI, first run
npm run build
- Then run
vercel
- This will deploy the frontend on Vercel
- To deploy via the vercel CLI, first run