Skip to content

MeteoCity project for 'Programmazione Web e Mobile' exam

Notifications You must be signed in to change notification settings

SuPaRuC/MeteoCity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeteoCity Project

About the project

This is a personal project builded for the exam 'Programmazione Web e Mobile'.
It is a simple forecast app that can be used to look for forecast info about all the cities around the world.
It contains login and logout implementations, dark mode and a visual map to see the location we're looking for.

Requirements

  • nodeJS
  • npm
  • mongoDB
  • Last but not least a web browser 😜

Installation steps

  • Clone the repo
    git clone https://github.com/SuPaRuC/MeteoCity.git
    
  • Copy the env example file in .env and set variables
    cp .env.example .env
    
  • Run npm to install dependencies
    npm install
    
  • Start MongoDB:

    Refer to MongoDB documentation on how to start mongoDB for your system ( documentation )

  • Start npm
    npm start
    
  • Go to localhost:3000 in your browser & enjoy. 😎
    http://localhost:3000
    

Luca Parenti

About

MeteoCity project for 'Programmazione Web e Mobile' exam

Resources

Stars

Watchers

Forks

Packages

No packages published