This will add the possibility of running a development server using Docker containers. At the project root folder, you can do a simple docker-compose up to build and run a frontend and database locally. No other dependencies required except for Docker and docker-compose. Not even Node.
The database is initialised with anonymised data. All users will have random Norwegian names and emails. This will address #45.
NB! The database is not fully-featured yet. Only the User table is supported.
This will add the possibility of running a development server using Docker containers. At the project root folder, you can do a simple
docker-compose up
to build and run a frontend and database locally. No other dependencies required except for Docker anddocker-compose
. Not even Node.The database is initialised with anonymised data. All users will have random Norwegian names and emails. This will address #45.
NB! The database is not fully-featured yet. Only the
User
table is supported.