Skip to content

Query system for a sequence annotation database - React + Express js

Notifications You must be signed in to change notification settings

spriggsy83/AQUA2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running api from Windows:

cd aqua2-express-api
set DEBUG=aqua2-express-api:* & npm start

Running front-end:

cd aqua2-react-fe
npm start

Running through Docker:

cd aqua2-express-api
docker build -t aqua2-express-api .
docker run -p 4000:4000 -d aqua2-express-api

cd ../aqua2-react-fe
docker build -t aqua2-react-fe .
docker run -p 3000:3000 -d aqua2-react-fe

About

Query system for a sequence annotation database - React + Express js

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages