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
- Host: GitHub
- URL: https://github.com/yesarib/fsb-construction
- Owner: Yesarib
- Created: 2023-05-25T22:30:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T18:50:45.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T07:25:30.202Z (over 1 year ago)
- Topics: construction, mongodb, nodejs, react, tailwindcss, vite, web
- Language: JavaScript
- Homepage:
- Size: 7.49 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ```