Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enochndika/blog-api

Blog post Api with Node.js (Express.js)
https://github.com/enochndika/blog-api

Last synced: 23 days ago
JSON representation

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

Awesome Lists containing this project

README

        

This is an [Express.js](https://expressjs.com/) API
## Getting Started

First install dependencies
```bash
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:
```bash
npm run dev
# or
yarn dev
```