A website sample is hosted in http://t1gart.herokuapp.com/ made with the PERN stack (PostgreSQL, Express, React, NodeJs).
View Demo
·
Report Bug
·
- Make sure to download Nodejs and PostgreSQL
- Create a database in your postgreSQL terminal and a .env file in the root directory with the content
PG_USER=your_user
PG_PASSWORD=password
PG_HOST=host
PG_PORT=port
PG_DATABASE=name_of_database
- Install all dependencies using:
- now, in root folder run:
- and in the Frontend directory use:
Your machine should be hosting an example in http://localhost:3000 and a restAPI in http://localhost:8080.
- Discord: [Losaeg#1619]
- Email: [email protected]