Giter VIP home page Giter VIP logo

gig-bud-web-app's Introduction

Welcome to Gig Bud

Introduction

Gig Bud is a platform that connects gig seekers and gig providers in easy way.

Technologies Used

This repository contains the source code of our application. The technology used to built it is Next.js with it's version v13.x.x, React.js with it's version v18.x.x, Node.js and MongoDB, you should have Node.js installed in your machine, and use the latest LTS version like v18.x.x., Node.js comes with npm installed with it, we gonna use it a lot.

Getting Started

First, always check package.json and take a look at the dependencies and the scripts, also look at the folder structure and understand it.

Second, clone this repository:

git clone https://github.com/GigBud/gig-bud-web-app.git

Then, install all the dependencies:

npm install

Then, start the development server:

npm run dev

Then, open the browser and go to http://localhost:3000 to see the application frontend, and http://localhost:3000/api to see the API.

Other Commands you can use:

npm run build
npm run start
npm run lint
npm run lint:fix
npm run prettier
npm run prettier:fix
npm run format

Folder Structure

.
├── app/
│   All Frontend routes
│
├── components/
│   All Frontend components
│
├── models/
│   All models for the database
│
├── pages/
│   ├── api/
│   All Backend routes
│
├── public/
│   All static files and images
│
├── store/
│   All global state
│
├── styles/
│   All styles
│
├── utils/
│   All utils
│
├── package.json and other configurations files at the root
│

Contribution

Soon

gig-bud-web-app's People

Contributors

heba-webdev avatar nouranhesham98 avatar yousifabozid avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.