Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satoshi-sh/backend
https://github.com/satoshi-sh/backend
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/satoshi-sh/backend
- Owner: Satoshi-Sh
- Created: 2022-12-12T20:42:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T12:14:10.000Z (over 1 year ago)
- Last Synced: 2024-11-15T15:45:40.819Z (2 months ago)
- Language: JavaScript
- Size: 5.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blog API with Express
Blog API### Description
The frontend was made with React and hosted on GitHub, and the backend was made with Express on Cyclic. The frontend page gets the data from MongoDB through API calls. Passport was used to authenticate registered users. Anyone can read blog posts, and logged-in users can make a new post, update, and delete.[Frontend Repo](https://github.com/Satoshi-Sh/portfolio)
### Live Page
[Live Page](https://satoshi-sh.github.io/portfolio/)### Teachnologies Used
- React
- React Router DOM
- Framer Motion
- Express
- Passport.js### Outlook
### Reference
Used this video as a reference for blog page's design.
[Video Link](https://www.youtube.com/watch?v=LelifxOrzvw)