cybernetisk / internsystem-v2

A NextJS-based website. Used for public information about Cybernetisk Selskab, and necessary tools for volunteers at the bar/café Escape.
https://cyb.no
MIT License
7 stars 9 forks source link

Development server #52

Open ubesluttsom opened 1 month ago

ubesluttsom commented 1 month ago

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.

EricSvebakk commented 1 month ago

Please move this pull-request to the development-branch.

ubesluttsom commented 1 month ago

Done.