Minimal full-stack MERN app with authentication using express and JWTs.
Live Demo: https://tender-poincare-56ebfe.netlify.app/
This project uses the following technologies:
- React and React Router for frontend
- Express and Node for the backend
- MongoDB for the database
// Install dependencies for server & client
npm install && npm run client-install
// Run client & server with concurrently
npm run dev
// Server runs on http://localhost:5000 and client on http://localhost:3000
For deploying to Heroku, please refer to this helpful video by TraversyMedia.
Questions, comments, suggestions, and other contributions are welcome, as this is an open-source example project and not officially maintained as part of an application or library etc.