jlenon7 / athenna-products-crud

🧪 CRUD Example using Athenna framework and Prisma ORM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaffold 🦴

The Athenna scaffold project used by 'athenna new project' command to create your project.

GitHub followers GitHub stars

Buy Me A Coffee

GitHub language count Repository size License Commitizen

Running project

First creates your .env and .env.test file:

cp .env.example .env && cp .env.example .env.test

Creates a new PostgreSQL container in port 5433 using docker:

docker run --name=postgres-devel -e POSTGRES_PASSWORD=root -p 5433:5432 -d postgres

Install dependencies, migrate database and generate your prisma files:

npm install && node artisan db:migrate && node artisan db:generate

Start the project:

node artisan serve

Links

For project documentation click here. If something is not clear in the documentation please open an issue in the documentation repository

Contributing

If you want to contribute to this project, first read the CONTRIBUTING.MD file. It will be a pleasure to receive your help.


Made with 🖤 by Athenna Team 👋

About

🧪 CRUD Example using Athenna framework and Prisma ORM.

License:MIT License


Languages

Language:JavaScript 99.6%Language:Shell 0.4%