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
- Host: GitHub
- URL: https://github.com/opauwlo/bwlog
- Owner: opauwlo
- Created: 2021-06-09T22:15:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T18:12:15.000Z (about 2 years ago)
- Last Synced: 2024-05-11T19:26:08.631Z (about 2 years ago)
- Topics: aws, css, handlebars, mysql, nodejs
- Language: JavaScript
- Homepage: https://www.bwlog.dev/
- Size: 7.44 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
social-blog




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