Giter Site home page Giter Site logo

hprabhash / autospace-workshop-parking Goto Github PK

View Code? Open in Web Editor NEW

This project forked from karthickthankyou/autospace-workshop

0.0 0.0 0.0 756 KB

Home Page: https://autospace-workshop-web.vercel.app

Shell 0.01% JavaScript 1.17% TypeScript 98.71% CSS 0.11%

autospace-workshop-parking's Introduction

Autospace Workshop

This repository contains the Autospace Workshop project, which includes multiple applications and libraries. This guide will help you set up the project locally and run the applications.

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Node.js (>= 14.x)
  • Yarn (>= 1.22.x)
  • Docker
  • Git

Getting Started

1. Clone the Repository

Clone the repository to your local machine using Git.

git clone https://github.com/karthickthankyou/autospace-workshop.git
cd autospace-workshop

2. Install Dependencies

Install the project dependencies using Yarn.

yarn install

3. Set Up Environment Variables

Create a .env file in the root directory and add the necessary environment variables. Refer to .env.example for the required variables.

4. Run the Database with Docker Compose

Start the PostgreSQL database using Docker Compose.

docker-compose up -d

5. Run Prisma Migrations

After the database is running, apply Prisma migrations to set up the database schema.

yarn prisma migrate dev

6. Run the Applications

You can run the individual applications using the following commands:

API Application

Navigate to the apps/api directory and start the API server.

cd apps/api
yarn dev

WEB Applications

Navigate to the apps/web directory and start the WEB server.

cd apps/web
yarn dev

License This project is licensed under the MIT License.

autospace-workshop-parking's People

Contributors

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