Skip to content
/ mern Public
forked from Akyza/mern

MERN - Mongo | Express | React | Node

License

Notifications You must be signed in to change notification settings

Entail-AI/mern

 
 

Repository files navigation

MERN

MongoDB | Express | React | Node.js

You can use Docker Compose to install MongoDB locally. To do this run this commandes at the root directory

  • docker-compose up --build -d mongodb
  • docker-compose up

To access MongoDB console shell, you can use > docker exec -it mongodb bash

This repo uses yarn workspaces https://classic.yarnpkg.com/en/docs/workspaces/

To install all the packages, please run (at the root folder):

  • yarn install

Backend (Node.js | Express | MongoDB)

Frontend (React | Formik | Material-UI)

  • yarn start
  • open https://localhost:8000 to view it in the browser. You can change the port in the /frontend/.env file

⚠️ Important ⚠️

This repo uses some VSCode extensions. It's highly recommended to install them.

Extension Link
BABEL BABEL
EditorConfig EditorConfig
ESLint ESLint
Prettier Prettier

About

MERN - Mongo | Express | React | Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 46.1%
  • JavaScript 43.6%
  • TypeScript 6.0%
  • HTML 2.5%
  • Shell 1.8%