Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 625 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 625 Bytes

Basic Starter for Next.js - Typescript - ReduxTLK - Express.js - Objection.js - Docker

This a small toy project that I prepared to give some exercises to new colleagues who are approaching web development for the first time, so I can give them a starting point that allows me over time to be able to explain everything to them.

Modify file hosts for redirect

  • app.dev ---> 127.0.0.1
  • traefik ---> 127.0.0.1

To start the project on Docker launch the file './start.bat' on windows, on other operating systems just copy paste the contents of the file

To populate the database container launch the file './reset_db.bat'