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

https://github.com/olegmarko/fullstack-js

Simple JS Blog App
https://github.com/olegmarko/fullstack-js

full-stack fullstack-javascript js node nodejs

Last synced: about 2 months ago
JSON representation

Simple JS Blog App

Awesome Lists containing this project

README

          

## Install & Run App

```git
git clone https://github.com/OlegMarko/fullstack-js.git
```

```bash
cd fullstack-js
npm i
```

- put your mongoURI in `keys.js` file:

```bash
npm run start
```

- go by url [http://localhost:5000](http://localhost:5000)