Skip to content

Commit

Permalink
docs: update readme and header with migrated database info
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Feb 13, 2024
1 parent 32305bb commit 7ff1cc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

<br/>

> :bell: **UPDATE: We have migrated our database to PlanetScale**. \
> This should potentially help with all the connection issues we have been facing. If you still face any issues, please let us know.
## About

[![EC2 Deploy](https://github.com/rocktimsaikia/animechan/actions/workflows/deploy.yml/badge.svg)](https://github.com/rocktimsaikia/animechan/actions/workflows/deploy.yml)
Expand All @@ -38,6 +35,7 @@ Animechan is a side project I started in 2020 because I could not find an API th
2. _(Nov 24, 2022)_: Transitioned server-side hosting to Render from Heroku, in response to [Heroku discontinuing their free dyno plans](https://blog.heroku.com/new-low-cost-plans).
3. _(Jun 24, 2023)_: Relocated the entire project, including both backend and frontend, to AWS and acquired the new domain animechan.xyz.
4. _(Dec 21, 2023)_: Released the API's backend server code as open source.
5. _(Feb 4, 2024)_: Migrated the database to PlanetScale.

## Related

Expand Down
10 changes: 8 additions & 2 deletions client/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ export default function Header() {
<div className="py-10">
<h2 className="text-2xl">A free restful API serving quality anime quotes</h2>
<p className="my-2">
Powered by <a href="https://koajs.com/">Koa.js</a> and{' '}
<a href="https://www.mongodb.com/">MongoDB</a>
Powered by{' '}
<a href="https://expressjs.com/" target="_blank">
Express.js
</a>{' '}
and{' '}
<a href="https://planetscale.com/" target="_blank">
PlanetScale
</a>
</p>
</div>

Expand Down

0 comments on commit 7ff1cc5

Please sign in to comment.