Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/enochndika/blog-api
- Owner: enochndika
- Created: 2020-10-20T18:30:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T04:25:31.000Z (over 3 years ago)
- Last Synced: 2024-11-03T23:23:18.363Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This is an [Express.js](https://expressjs.com/) API
## Getting StartedFirst 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 secretThen, run the development server:
```bash
npm run dev
# or
yarn dev
```