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
- Host: GitHub
- URL: https://github.com/olegmarko/fullstack-js
- Owner: OlegMarko
- Created: 2018-07-02T18:46:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T21:25:39.000Z (over 7 years ago)
- Last Synced: 2025-02-25T05:15:15.393Z (11 months ago)
- Topics: full-stack, fullstack-javascript, js, node, nodejs
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)