8000 GitHub - lucfersan/mini-blog: This a simple blog backend application made with Nest and Prisma.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lucfersan/mini-blog

Repository files navigation

🔺 Mini Blog 📔

This a simple blog backend application made with Nest and Prisma.
Explore the docs »

· Report Bug · Request Feature

📚 About The Project

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.

🚀 Installation

  1. Clone the repo
    git clone https://github.com/lucfersan/mini-blog
  2. Install NPM packages
    yarn
  3. Create a database and a Postgres server using docker or your local machine.

💻 Running the app

# 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

🔺 Prisma Studio

$ yarn prisma studio

🗞️ License

Distributed under the MIT License. See LICENSE for more information.

🤝 Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📧 Contact

Lucas Fernandes - fernandes.lucas11@outlook.com

About

This a simple blog backend application made with Nest and Prisma.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0