https://github.com/poissonfou/blogging
A website to write, share and read essays about topics of interest
https://github.com/poissonfou/blogging
graphql mysql portifolio responsive sequelize vue-router vue3 vuex
Last synced: 3 months ago
JSON representation
A website to write, share and read essays about topics of interest
- Host: GitHub
- URL: https://github.com/poissonfou/blogging
- Owner: poissonfou
- Created: 2024-05-05T04:22:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T20:06:42.000Z (12 months ago)
- Last Synced: 2025-01-12T00:40:35.973Z (5 months ago)
- Topics: graphql, mysql, portifolio, responsive, sequelize, vue-router, vue3, vuex
- Language: Vue
- Homepage:
- Size: 4.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A website where a user can create and share essays, as well as follow other users and read their essays.
Essays contain tags which defines its main subjects, and the creation/editing page contains a AI textbox created with Google Gemini.
Frontend -> Vue.js 3, Vue Router, Vuex
Backend -> Node.js, GraphQL, Sequelize + MySQL
HOW TO RUN THE SERVER: npm run start; for a dev server, npm run start:dev

