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

https://github.com/opauwlo/bwlog

Social Blog builded with NodeJS, MySQl, AWS, Handlebars e Bootstrap
https://github.com/opauwlo/bwlog

aws css handlebars mysql nodejs

Last synced: 8 months ago
JSON representation

Social Blog builded with NodeJS, MySQl, AWS, Handlebars e Bootstrap

Awesome Lists containing this project

README

          


 
the bwlog

social-blog


Github top language

Github language count

Repository size

License



About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About ##

A social network for you to share your stories, no images just text

## :sparkles: Features ##

:heavy_check_mark: Login system with google auth;
:heavy_check_mark: Profile page;

## :rocket: Technologies ##

The following tools were used in this project:

- [Node.js](https://nodejs.org/en/)
- [AWS](https://aws.amazon.com/pt/getting-started/)
- [Google OAuth 2.0](https://developers.google.com/identity/protocols/oauth2)
- [Express](http://expressjs.com/)
- [MySql](https://www.mysql.com/)
- [Handlebars](https://handlebarsjs.com/)

## :white_check_mark: Requirements ##

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting ##

```bash
# Clone this project
$ git clone https://github.com/opauwlo/social-blog

# Access
$ cd social-blog

# Install dependencies
$ npm i

# Run the project
$ npm run dev

# The server will initialize in the
```

## :memo: License ##

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by opauwlo

 

Back to top