This repository is built with pnpm workspaces and contains API Node.js Server and React Frontend UI .
- Node.js: Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. Node.js brings JavaScript to the server
- MongoDB: A document-based open source database
- Express: A Fast, unopinionated, minimalist web framework for Node.js
- React: A JavaScript front-end library for building user interfaces
- Express.js 4.18.2
- React 18.2.0
- React-dom 18.2.0
- React Router 6.6
- ES6
- Eslint
- Prettier
- Precomit Lint
- Versioning
- Pnpm workspaces
# clone repository
git clone [email protected]:francislagares/mern-monorepo.git
# cd into
cd mern-monorepo
# install required dependencies
pnpm install
# run by
pnpm start
Contributions are more than welcomed.
Feel free to open issues for asking questions, suggesting features or other things!