Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcoetmx/platzi-overflow
- Owner: marcoETmx
- Created: 2020-04-05T00:40:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:22:08.000Z (about 2 years ago)
- Last Synced: 2023-03-06T14:07:51.788Z (almost 2 years ago)
- Topics: handlebars, hapi, javascript, nodejs
- Language: JavaScript
- Homepage: https://platzi-overflow.now.sh/
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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