About | Features | Technologies | Requirements | Starting | Author
An api for blog website.
✔️ Routes for user authentication (login and register);
✔️ Routes for getting users, categories and posts;
✔️ Route for search posts;
✔️ Routes for manipulating and creating posts and categories;
The following tools were used in this project:
Before starting 🏁, you need to have Git, Node and MySQL installed.
# Clone this project
$ git clone https://github.com/BlyNTC/blogs-api.git
# Access
$ cd blogs-api
# Install dependencies
$ npm install
# Run the project
$ npm start
# The server will initialize in the <http://localhost:3000>
# The database will initialize in the <http://localhost:3001>
Made with ❤️ by