- Elasticsearch 7.17.10
- MySQL 8.0.34.0
- Node.js 16.18.0
Clone this repository with the command
git clone https://github.com/CBIIT/CCDC-WebService.git
Run yarn install
or npm install
, depending on which package manager you use.
Create a .env
file by making a copy of .env.example
. Change the values of the environment variables in .env
as appropriate.
For some reason, the following port configuration does not work:
- Backend -
3001
- Frontend -
3000
But this configuration does work:
- Backend -
3000
- Frontend -
3001
Ensure that Elasticsearh and MySQL are running, and then run the command
npm run start