Fantasy Taverns is a Miles Technologies training application seed. It was developed as a starting point for our Software Develop bootcamp program.
Fork this repo and clone it to your machine. Then run npm i.
This project assumes that you already have a MSSQL Database created and running
on localhost. Once that is setup you will need to copy the .env.example file
and rename it to be .env. Update the variables with the appropriate values.
Start the server: npm run start Start the front end: ng serve
Navigate to localhost:4200 in your browser to view the application.