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

https://github.com/yesarib/fsb-construction

FSB construction web site
https://github.com/yesarib/fsb-construction

construction mongodb nodejs react tailwindcss vite web

Last synced: 2 months ago
JSON representation

FSB construction web site

Awesome Lists containing this project

README

          

# Construction Company Website
This project aims to create a modern and user-friendly website for a construction company.
The project utilizes technologies such as Node.js, React-Vite, Tailwind CSS, and MongoDB.

## Project Description
This project is being developed to create a website for a construction company. The website aims to present information about the company's services, projects, team, and contact details. It also includes a contact form for users to get in touch.

The project is built using a modern technology stack. Here are the key technologies used:

__Node.js__: A JavaScript runtime used on the server-side. The project utilizes Node.js to handle server-side operations.

__React-Vite__: A fast and powerful tool for building React applications. The project uses React-Vite to create the user interface.

__Tailwind CSS__: An easy-to-use CSS framework. Tailwind CSS is used to customize and style the website's appearance.

__MongoDB__: A document-based NoSQL database. The project stores user contact information using MongoDB.


## [Demo](https://fsbinsaat.netlify.app)

###
To run the project on your local environment, follow these steps:

1. Clone the project repository to your local machine.
2. Install and configure MongoDB database.
3. In the project directory, open a terminal and run the following command to install the dependencies: ``` npm install ```

4. Create a .env file in the project directory and configure the settings as follows: ``` DB_URL=your_mongodb_uri ```

5. Run the following command to start the project on a local server:
``` npm run dev ```