enochndika / blog-api

Blog post Api with Node.js (Express.js)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an Express.js API

Getting Started

First install dependencies

npm install
# or
yarn install

Then, in .env file add your following keys:

  • database name
  • database username
  • database password
  • cloudinary api key
  • cloudinary api secret
  • cloudinary cloud name
  • jwt secret

Then, run the development server:

npm run dev
# or
yarn dev

About

Blog post Api with Node.js (Express.js)


Languages

Language:TypeScript 98.3%Language:JavaScript 1.4%Language:Shell 0.4%