Skip to content

huynhducthanhtuan/EGO-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EGO Project

1. Clone project

git clone https://github.com/huynhducthanhtuan/EGO-Project.git

2. Run source backend

cd backend
npm install
npm start

3. Run source frontend

cd frontend
npm install
npm start

4. Run by using Docker

docker-compose build
docker-compose up -d