Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcoetmx/platzi-overflow

Platzi-overflow is a site like stackoverflow
https://github.com/marcoetmx/platzi-overflow

handlebars hapi javascript nodejs

Last synced: 15 days ago
JSON representation

Platzi-overflow is a site like stackoverflow

Awesome Lists containing this project

README

        

# Platzi-overflow

Hapi course project, stackoverflow platform, this project build with:

- Node.JS
- Hapi
- Firebase Realtime Database
- [Handlebars](https://www.npmjs.com/package/handlebars)

Other dependecies:

- [bcrypt](https://www.npmjs.com/package/bcrypt)
- [blankie](https://www.npmjs.com/package/blankie)
- [scooter](https://www.npmjs.com/package/@hapi/scooter)
- [boom](https://www.npmjs.com/package/@hapi/boom)
- [crumb](https://www.npmjs.com/package/@hapi/crumb)
- [joi](https://www.npmjs.com/package/@hapi/joi)

## Demo
If you want to see the demo of this proyect deployed, you can visit [Platzi-overflow](https://platzi-overflow.now.sh/)

## How to clone
* Clone the project
* Create a project in firebase to connect this project.
* Copy the firebase.json config file to ./config folder [Referencia](https://support.google.com/firebase/answer/7015592?hl=es).

## Installation
To install this proyect just type and execute

```bash
npm install
```

You need to create a project in firebase to connect this project.

## Run

```bash
npm run dev
```

The project run in http://localhost:3000/

If you would like to know how structure this project, you can to access to [wiki](https://github.com/maet12/Platzi-overflow/wiki/Project-structure)

### Notes
if you want run this project on developer mode, you need:

- Create a project in firebase
- Copy config in file in ./config/firebase.json
- i used template of [Ana Belisa](https://github.com/anabelisam/readme.md/blob/master/README.md) for this readme. Thanks you