Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

G-42

To run project in development mode:

Start your PostgreSQL instance

  • Inside g-42-backend folder
  • Check and update variables inside .env file
  • If you use Apple container:
    • Run $ container image pull docker.io/postgres:latest
    • Run $ container run --name postgres --detach --rm --env-file .env postgres:latest

Start Backend service:

  • Inside g-42-backend folder
  • Check and update variables inside .env file
  • Run $ npm install
  • Run $ npm run dev

Start Fronted service:

  • Inside g-42-fronted folder
  • Run $ npm install
  • Run $ npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages