Live Demo (See the Guide on how to use the prototype)
Requirements
- Node.js 12.13.0+
- MongoDB 4.2+
Make sure that you installed Node.js and MongoDB is running:
git clone https://github.com/tech4germany/fdz-portal
cd fdz-portal
npm installCopy the .env.example file and remove .example from the filename.
Next step is to seed the datbase with users and applications and build the apllication (you only need to do this once):
npm run seed
npm run buildTo start the app, simply run:
npm startGo to your browser and enter http://localhost:8000/.