Nü2 is an application that allows users to navigate through the Berlin bureaucracy. It allows a user to create appointments with the Bürgeramt (Citizens office), find a bank and health insurance provider based on a selection of WAY (Who are you) questions during the registration process.
Nü2 was a project produced during Le Wagon bootcamp programme. It has no integration with the Bürgeramt and booking can not be made.
The following should be within the GEM file
# Ruby Version
ruby '2.7.3'
# Rails version
'rails', '~> 6.1.4'
# Bundler
brew install bundler
# Node / npm
brew install node
# Yarn
brew install yarn
The following process is requried for installation.
# Bundle
bundle install
# Yarn
yarn install
# Database and Migrations
rails db:create
rails db:migrate
rails db:seed
rails s
The following features and APIs were used within Nü2, an API key is required.