This a simple blog backend application made with Nest and Prisma.
Explore the docs »
·
Report Bug
·
Request Feature
I've been hearing good things about Prisma these couple of days, that's what motivated me to use it.
My first impressions of Prisma were amazing. I've never experienced an ORM like this before. Its way to work with the schema and run the migrations is simply fantastic.
In this project I also decided to maintain Nest, just to get to know it a little bit more and to practice a few. I'm quite liking Nest, and combining it with Prisma was what made this project really fun!
I hope to work on new projects with those technologies.
- Clone the repo
git clone https://github.com/lucfersan/mini-blog
- Install NPM packages
yarn
- Create a database and a Postgres server using docker or your local machine.
# development
$ npm run start
or
$ yarn start
# watch mode
$ npm run start:dev
or
$ yarn start:dev
# production mode
$ npm run start:prod
or
$ yarn start:prod
$ yarn prisma studio
Distributed under the MIT License. See LICENSE
for more information.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Lucas Fernandes - fernandes.lucas11@outlook.com