Skip to content

naresh8495803830/SampleMERNwithMicroservices

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample MERN with Microservices

For helloService, create .env file with the content:

PORT=3001

For profileService, create .env file with the content:

PORT=3002
MONGO_URL="specifyYourMongoURLHereWithDatabaseNameInTheEnd"

Finally install packages in both the services by running the command npm install.


For frontend, you have to install and start the frontend server:
cd frontend
npm install
npm start

Note: This will run the frontend in the development server. To run in production, build the application by running the command npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • HTML 20.3%
  • CSS 11.0%
  • Dockerfile 10.5%