Skip to content

Pronothurah/vantage_vertical_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vantage Vertical Website

Table of Contents

  1. Introduction
  2. Features
  3. Tech Stack
  4. Installation
  5. Usage
  6. API Endpoints
  7. Project Structure
  8. Contributing
  9. License
  10. Contact

Introduction

This is a drone website project designed to provide users with information about drone technology, training, portfolio, blog posts, and a contact form. The website consists of a frontend built with React.js and a backend built with Node.js and Express. The project also includes a MongoDB database to store form submissions.

Features

  • Responsive design
  • Navigation bar with links to different sections
  • About section with information about the project
  • Technology section showcasing the tech stack used
  • Form validation for user submissions
  • Integration with MongoDB for storing user messages
  • Blog section for sharing posts
  • Footer with social media links

Tech Stack

Frontend:

  • React.js
  • CSS

Backend:

  • Node.js
  • Express.js

Database:

  • MongoDB

Installation

Prerequisites

  • Node.js and npm installed
  • MongoDB installed and running

Clone the Repository

git clone https://github.com/Pronothurah/vantage_vertical_web.git

Install Dependencies

Navigate to the root directory and install the dependencies:

cd vantage_vertical_web
npm install

Navigate to the frontend directory and install the dependencies

cd frontend
npm install

Navigate to the backend directory and install the dependencies

cd backend
npm install

Start the Development Server

In the root directory, run:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published