Skip to content

WildCodeSchool/2209-wns-rivest-groupe3-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 Tabas.blog 🔥

This is one of two repos for this project.
You will find the backend repo here

Technos

  • Frontend:

    • React
    • Typescript
    • Vite
    • Apollo Client
    • GraphQL
  • Backend:

    • PostgreSQL
    • TypeORM
    • Apollo server
    • GraphQL
    • Typescript

Directory structure

-- yourProjectFolderName
    | -- front
          | .git
    | -- back
          | data
          | .git

Directory names must be 'front' and 'back'
The data folder is important for database volume mapping, and data persistance in your dev process. You must create it yourself


➜ To make your code editor happy, remember to install dependencies locally in both folders


Running docker containers for development

From within the front directory run :

docker compose -f docker-compose.dev.yml up --build

add '-d' flag to dismiss logs and free up terminal window if necessary

Frontend


Once docker compose is up, frontend app will be accessible at http://localhost:8080

Backend

Once docker compose is up, backend will be accessible at http://localhost:5000

Let's Go 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages