About | Features | Technologies | Requirements | Starting | License | Author
The Blogs API are a backend project This is an experimental project made at Trybe Fullstack Development Course.
✔️ Create a login token with JwT ✔️ Create an post, list a post, locate an expression in a post ✔️ CRUD for posts, users and categories
The following tools were used in this project:
- Node.js
- Express
- Sequelize
- TypeScript - in development
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/ribastudio/blogs-api
# Access
$ cd blogs-api
# Install dependencies
$ npm install
# Run the project
$ npm start
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Riba Jr