Backend supporting researchcoder.com.
The following tutorial is for local development only. Do not use it for a production deployment.
You'll need:
Clone the repo and enter the new directory
git clone https://github.com/uab-energetics/research-coder-api
cd research-coder-api
Start the development server, opting to run the database migrations. If you didn't add your user to the docker group, you may need to prefix with sudo
./docker-dev.sh --migrate
Start up the docker containers with the following command, optionally passing in any arguments that docker-compse up accepts. Migrate the database with --migrate. The --down switch maps to docker-compose down and accepts its extra arguments. This will start a local server on http://localhost:8080
./docker-dev.sh
Content type
Image
Digest
Size
180.5 MB
Last updated
over 8 years ago
docker pull chrisrocco/rc-api