Welcome to the Fullstack Cities Project!
This fullstack application is built with Node.js and Express on the backend, and HTML/CSS/JavaScript on the frontend. The project demonstrates how to create a RESTful API to manage city data, along with a frontend that interacts with the API.
-
Backend:
- Built with Node.js and Express.
- Provides a RESTful API for managing city data.
- Includes middleware for CORS, JSON body parsing, and simple logging.
- Uses Nodemon for automatic server restarts during development.
-
Frontend:
- Developed with HTML, CSS, and JavaScript.
- Displays a table of cities and a form for adding new cities.
- Includes pages for viewing and editing individual city details.
- Node.js & Express: Server-side JavaScript framework
- Nodemon: Automatic restart during development
- HTML/CSS/JavaScript: Frontend development
- CORS: Middleware for enabling Cross-Origin Resource Sharing