Table of Contents
Propeez is a web application that helps cities manage incidents more efficiently. Users can report incidents, which are then stored in a database and managed by the municipal government through a back office dashboard. The application also features an interactive map with geolocation, and a node API for integration with other systems.
- Interactive map with geolocalization.
- Database: Store all the information about the incidents.
- Back office dashboard (CRUD) to manage incidents.
- Users can report incidents
- Node API
To get started with Propeez, follow these steps:
- Clone the repository
- Install dependencies: npm install
- Create a .env file and add your environment variables (see .env.example for reference)
- Start the development server: npm run dev
- Open http://localhost:3000 in your browser
Contributions are welcome! If you'd like to contribute to Propeez, please follow these steps:
- Fork the repository
- Create a new branch: git checkout -b my-feature-branch
- Make changes and commit them: git commit -am 'Add my feature'
- Push to the branch: git push origin my-feature-branch
- Create a pull request