Climate management platform in different cities.
- Registration view that allows creating a new user
- Login view that allows you to enter with the user's email and password
- Home view that shows a list of cities created by that user
- Post creation/editing view, this view allows you to create or update the post according to the data provided in the management API
- APIs
- TypeScript
- Bootstrap
- HTML
- Clone the repository:
git clone https://github.com/luisaramicar11/apiClima
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000to use the application.