JuhoBjn / online-store

An online store made for a course project.
0 stars 1 forks source link

Init backend #7

Closed JuhoBjn closed 1 year ago

JuhoBjn commented 1 year ago

Initialized a NodeJS and Express backend for the project. Installed and configured ESLint and Prettier for linting and formatting. Jest and Supertest for unit testings. Created Docker containers for a MySQL db and Adminer db management console for local development.