WarpSpeed Blog API is a RESTful API that allows users to register, log in, manage their profile, and perform CRUD operations on blog posts. The API is built with Node.js/Nest.js and utilizes PostgreSQL for data storage.
- Register: Create a new user account.
- Login: Authenticate and obtain a token.
- Profile: View user profile information.
- Creation: Create new blog posts.
- Editing: Edit existing blog posts.
- Searching: Search for blog posts.
$ npm install
$ npm run start:dev
- File: Import the file warpspeed-blog.postman-collection.json into your Postman.
- Test: Use the imported collection to test the provided API endpoints.