Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 161 Bytes

File metadata and controls

10 lines (8 loc) · 161 Bytes

Backend

Installed packages

    $ npm init -y
    $ npm install --save express
    $ npm install --save-dev nodemon
    $ npm install --save dotenv