Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malldonado/gm-engenharia
🔨 A specialized website by the civil engineering company, providing innovative design services, expert consultancy, and sustainable solutions for infrastructure projects, leveraging Tailwind framework with ReactJS for the frontend and utilizing NodeJS for the backend, supported by a Mongo database
https://github.com/malldonado/gm-engenharia
cloudinary evergreen-ui javascript jwt-authentication mongodb nodejs reactjs tailwindcss
Last synced: 9 days ago
JSON representation
🔨 A specialized website by the civil engineering company, providing innovative design services, expert consultancy, and sustainable solutions for infrastructure projects, leveraging Tailwind framework with ReactJS for the frontend and utilizing NodeJS for the backend, supported by a Mongo database
- Host: GitHub
- URL: https://github.com/malldonado/gm-engenharia
- Owner: malldonado
- Created: 2024-05-08T20:43:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T00:28:05.000Z (3 months ago)
- Last Synced: 2024-11-08T10:20:09.385Z (2 months ago)
- Topics: cloudinary, evergreen-ui, javascript, jwt-authentication, mongodb, nodejs, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://www.giovanemonteiroeng.com.br/
- Size: 5.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GM Engineering
GM Engenharia presents an innovative project, offering a fully customizable website. Within it, you will find a detailed blog showcasing all our completed works and projects, alongside a contact channel enabling clients to reach out and finalize deals. Our website features an exclusive admin panel, granting complete control and customization capabilities. Developed with modern technologies such as powerful ReactJS and swift ViteJS, styled with elegance using TailwindCSS, we ensure a smooth and highly customizable front-end experience.
## Installation
1. **Clone the repository:**
```sh
git clone https://github.com/malldonado/gm-engenharia.git2. **Navigate to the project directory:**
```sh
cd client3. **Install front-end dependencies:**
```sh
npm install4. **Navigate to the server directory:**
```sh
cd server5. **Install back-end dependencies:**
```sh
npm install## Execution
1. **Start the front end and back-end server:**
```sh
npm run dev