Skip to content

⚡️ Dive into microservices! Build scalable, independent services for resilient and agile applications. Containerize, orchestrate, and elevate your development game! ⚙️

Notifications You must be signed in to change notification settings

Noryuxd/microservices-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices Projet

This project is a basic setup for a React.js application using Vite with a client-side folder and a server-side folder.

Contributors

Rabii Ababsa
Agourram Mohammed Ali
Ahmed Bachir El Mahmoudi

Getting Started

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository:
git clone https://github.com/Noryuxd/microservices-project
  1. Navigate to the project folder
cd microservices-project
  1. Change the .env.example file to .env and configure your variables : :
MONGODB_USERNAME="your_username"
MONGODB_PASSWORD="your_password"
  1. Install dependencies for client :
# Install client dependencies
cd client
npm install
# Run the react application server
npm run dev
  1. Install server dependencies for each microservice
# Install server dependencies for utilisateur
cd ../server/utilisateur
npm install
# Run the server
nodemon index.js
# Install server dependencies for produit
cd ../server/produit
npm install
# Run the server
nodemon index.js
# Install server dependencies for commande
cd ../server/commande
npm install
# Run the server
nodemon index.js

Visit http://localhost:3000 in your browser to see the React app.

About

⚡️ Dive into microservices! Build scalable, independent services for resilient and agile applications. Containerize, orchestrate, and elevate your development game! ⚙️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published