For this project you will need installed in your computer Docker installed in your computer.
Before running the project, you will need to set the Postgres credentions you want to use in your .env
file.
Create a copy of the .env.template
and rename it to .env
Change all the variables with your credentials.
Note: Remember to put the SAME credentials in the DATABASE_URL as in the POSTGRES variables
Now that everythings has been set up, you can run all the containers by:
docker-compose up -d
You can acess the app at http://localhost:3000/ from your host system.
You can also use docker-compose up --build
to force Docker to rebuild the container, if you think some of your code was not added up.
docker-compose down
If you liked this project, please leave a ⭐.
Follow us in our Linkedin page.
Docunder is MIT licensed.