Skip to content

damicodedotpy/JavaScript-Final-Project-Module16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This app requires NodeJS, Express and Postgress. Installation commands below.

Express --> npm install express

Postgress --> npm install pg

Also the database schema (dbSchema) is attached to this working tree to replicate
the same database model this app works with.



Instrucctions:

1. Initialize NodeJS using the comand --> node init -y
2. Execute the installation commands above one by one
3. Run the app using the command --> node index.js

About

Final project of the module 16 of the course. This api is a about a CRUD using SQL databases (with PostgreSQL) to manage an hypothetic college web page and make somo CRUD interactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors