This is a MERN stack application from the Brad Traversy YouTube Channel "Node.js & Express API | Expense Tracker". It is a simple expense tracker that allows input of transactions from the client and keeps it in a MongoDB database.
{
NODE_ENV=production
PORT=5000
MONGO_URI=YOUR_DATABASE_URI
}
npm install
cd client
npm install
npm run dev
npm run client
npm run server
cd client
npm run build
npm start