Skip to content

Proof of concept that i developed to use as ground to build my another applications that use koa and prisma

Notifications You must be signed in to change notification settings

antoniolopesg/koa-prisma-poc

Repository files navigation

koa-poc

About

This project was going to be a real project but it had its problems in the beginning and was discontinued so I decided to open it to the public as a proof of concept

Run in development

# Install the dependencies
$ yarn

# Copy the envs
$ cp .env.example .env

# Run the docker to get a database container
$ docker-compose up -d

# Migrate the database
$ yarn prisma migrate dev

# Just run
$ yarn dev

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Antonio Lopes


This file was generated by readme-generator on June 19, 2022.

About

Proof of concept that i developed to use as ground to build my another applications that use koa and prisma

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published