Skip to content

Repository files navigation

polyfestival.back

Using Docker Compose

Dev Mode

# In case there are some relicas from a previous execution
docker compsoe -f docker-compose-back.yml down -v

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

Back Running on http://localhost:3000 Database running on localhost:5432

Production mode :

Work in progress

Without Docker Compose

To install dependencies:

npm install

To run:

npm run dev

Warning : There is no database using this method, you have to initialize it manually by using this method !

About

API for Polyfestival web app

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages