Skip to content

🧪 CRUD Example using Athenna framework and Prisma ORM.

License

Notifications You must be signed in to change notification settings

jlenon7/athenna-products-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published