This repository has been integrated into https://github.com/hydroshare/hydroshare
https://github.com/hydroshare/hydroshare/commit/1df83f59897eae71f9e13ccfb887a3c4814bd9cf
git clone https://github.com/hydroshare/discover-atlas.gitcp .env.template .env
# modify settings as necessary in the .env (at least MONGO_URL and MONGO_DATABASE)
make build
make upThe root route of the API will be available at http://localhost:8000. The swagger docs will be at http://localhost:8000/docs. The Redoc is at http://localhost:8000/redoc.
cp .env.template .env #if you haven't already
cd frontend
npm install
npm run serveThe frontend will be available at http://localhost:5003/ More detailed info is available in the frontend readme
make format