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.
nodeJSnpmmongoDB- Last but not least a web browser 😜
- Clone the repo
git clone https://github.com/SuPaRuC/MeteoCity.git - Copy the env example file in
.envand set variablescp .env.example .env - Run
npmto install dependenciesnpm install - Start
MongoDB:Refer to MongoDB documentation on how to start mongoDB for your system ( documentation )
- Start
npmnpm start - Go to
localhost:3000in your browser & enjoy. 😎http://localhost:3000
Luca Parenti