Giter VIP home page Giter VIP logo

wildcats-backend's Introduction

Wildcats Backend

Overview

Welcome to the Wildcats Backend project! This repository serves as the backend component of our application. Below, you'll find instructions on setting up the project and getting started with development.

Prerequisites

Before you can run this project and begin development, you need to ensure you have Docker installed. To check if Docker is installed, open your terminal and run the following command:

$ docker -v

If Docker is installed, you should see output similar to the following:

Docker version 24.0.6, build ed223bc

Getting Started

To get started with this project, follow these steps:

  1. Clone this repository to your local machine:
$ git clone https://github.com/vladistrategen/wildcats-backend.git
  1. Set up the environment variables:

    • Create a .env file in the project's root directory.

    • You can use the included .env.example file as a starting point. Update the values in the .env file to match your specific configuration.

  2. Run the Project:

    • With Docker installed and the environment variables configured, everything should be automatically set up and configured.

    • Now create the external volume for static file sharing with the react frontend contianer:

    $ docker volume create static_files
    • To start the project, navigate to the project's Docker directory by running:
    $ cd Docker

    and then execute the following commands:

    $ docker compose build
    
    $ docker compose up
    • To run the container terminal inside VSCode for live development, open a new Powershell terminal and run:
    C:\> docker exec -it wildcats-web-1 /bin/sh
  3. Access the Application:

wildcats-backend's People

Contributors

vladistrategen avatar mariaianc avatar lixxie29 avatar lucasserghie avatar denisleonte avatar ignatiucmircea 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.