Skip to content

valle-dei-mulini/backend

This branch is 35 commits ahead of provectus/internship_devops_backend:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed02760 Â· Sep 9, 2021

History

38 Commits
Sep 9, 2021
Jun 25, 2021
Jun 24, 2021
Jun 25, 2021
Jun 24, 2021
Aug 19, 2021
Jun 24, 2021
Jul 13, 2021
Jun 24, 2021
Aug 19, 2021
Jun 24, 2021
Jun 25, 2021
Jun 25, 2021
Jul 12, 2021
Jul 12, 2021

Repository files navigation

Backend applications for cool startup

Vulnerablities Critical Vulnerabilities

💾 Setup - Backend

  • Install dependencies using npm i
  • Install nodemon globally if you don't already have it
  • Install PostgreSQL & run it (requires the password you created during installation)
  • Add postgresql database & weather API access credentials (3815f2d2474d4bf0fd7527bd628f45cb) to env variables
  • Run start.sh for a database migrations and dev server on port 5000

Environment variables

Set postgresql url:

DATABASE_URL=postgres://localhost:5432/database

Set frontend url:

FRONTEND_URL=http://localhost:3000

Set api key for access to WEATHER API:

WEATHER_API_KEY=3815f2d2474d4bf0fd7527bd628f45cb

About

Backend app for final challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • Dockerfile 11.2%
  • Smarty 3.6%
  • Shell 1.4%