Skip to content

ratiuseby/ProiectTehnologiiWeb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

TO DO

  • Baza de date :
    • users
    • produse
    • facturi
    • comenzi

About

boilerplate for university lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.5%
  • CSS 48.3%
  • Java 1.4%
  • Other 0.8%