Skip to content

valle-dei-mulini/backend

 
 

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%