/posts-api

A simple posts API made with Express and Prisma.

Primary LanguageTypeScriptMIT LicenseMIT

Posts API

Author Status PRs License


📕 About

Posts is a simple REST API made with Express, that allows CRD operations of users, posts and comments.


⚒️ Used Technologies

To develop this app, I used these technologies:

  • Typescript
  • Express
  • Prisma
  • Postgres

✨ Features

  • CRD of users, posts and comments

⚙️ How to Use

First, clone the repository.

Inside the project folder, run npm install to install the dependencies.

Populate an local env file according to the .env.example file.

Then, run npm run dev to start a local development server.


🤝 Be a Contributor

Have any idea that can help boost the project, and want to share it? It's simple!

  1. Fork the project
  2. Modify what you want
  3. Commit the changes
  4. Open a Pull Request

🔓 License

This project is under license. Click here for details.