- ReactJS
- Styled Component
- NodeJS
- Express.js
- JavaScript with TypeScript
- Docker
- Prisma ORM
- PostgreSQL
- Asaas
Download project.
Warning
You will need npm package manager
If you have ssh configured, so run:
git clone [email protected]:pauloteixeira01/food-commerce.git
else
git clone https://github.com/pauloteixeira01/food-commerce.git
Enter folder project
cd food-commerce
Run back-end
- Enter the back-end folder
- Download dependencies with command:
npm install
- Run with command:
npm run dev
Run front-end
- Open other terminal
- Enter the front-end folder
- Download dependencies with command:
npm install
- Run with command:
npm run start