This is a simple Blog API built with Node.js, Express, and Sequelize. It provides endpoints for creating and retrieving blog posts.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm
- MySQL
- Clone the repository:
git clone https://github.com/unaicc/node_backend.git
- Navigate into the project directory:
cd node_backend
- Install the dependencies:
npm install
- Create a
.env
file in the root of your project and add your database configuration:
DB_HOST=localhost
DB_USER=root
DB_PASS=yourpassword
DB_NAME=yourdbname