Posts is a simple REST API made with Express, that allows CRD operations of users, posts and comments.
To develop this app, I used these technologies:
- Typescript
- Express
- Prisma
- Postgres
- CRD of users, posts and comments
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.
Have any idea that can help boost the project, and want to share it? It's simple!
- Fork the project
- Modify what you want
- Commit the changes
- Open a Pull Request
This project is under license. Click here for details.