This is a mini-blog where the users can interact with each other by reviewing other's posts.
Explore the docs »
·
Report Bug
·
Request Feature
I made this project to learn how to integrate Prisma and express, which I never did, therefore I reckon it was a great experience for me.
I also wanted to experiment working with more than two relations on the database, that's why I believe this helped me acquire some knowledge in this situation.
I intend to add some features to this project, such as adding likes or stars to each post, but I still have to figure out how to implement them.
- Clone the repo
git clone https://github.com/lucfersan/reviews-lab
- Install NPM packages
yarn
- Create a database and a Postgres server using docker or your local machine.
# development
$ npm run dev:server
or
$ yarn dev:server
$ 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