Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.git

2. **Navigate to the project directory:**
```sh
cd client

3. **Install front-end dependencies:**
```sh
npm install

4. **Navigate to the server directory:**
```sh
cd server

5. **Install back-end dependencies:**
```sh
npm install

## Execution

1. **Start the front end and back-end server:**
```sh
npm run dev