victorbalaban / labtemplate

boilerplate for university lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

labtemplate

Setup

Tools

docker run --name postgresdb -p 32768:5432 -d postgres
docker exec -it postgresdb psql --username postgres -c \ "CREATE DATABASE devdb OWNER postgres;"
docker exec -it postgresdb psql --username postgres -c \ "GRANT ALL PRIVILEGES ON DATABASE devdb TO postgres;"

After install we need some npm utils so open the cli and type the following

npm install -g @angular/cli
npm install -g nodemon
npm install -g sequelize-cli

Books

  • Pro git
  • Pro Angular, 2nd Edition
  • Express.js Deep API Reference
  • Express.js Guide
  • Pro Express.js
  • more on allitebooks

List of tech stack

About

boilerplate for university lab

License:MIT License


Languages

Language:JavaScript 50.1%Language:CSS 48.7%Language:TypeScript 0.8%Language:HTML 0.5%