Gigih3-0-FS-SDG-3-B / carepal

0 stars 0 forks source link

[BE] Local Server Setup #4

Closed FelixIG15 closed 11 months ago

Dewasurya16 commented 11 months ago

Web Server: You can use Apache, Nginx, or even Node.js (with Express.js) as a local web server. Additionally, if you use Node.js if you choose Node.js, you can use Express.js Database Server: MySQL: For MySQL, you can use MySQL Community Server, which is available for free. PostgreSQL: For PostgreSQL, you can download PostgreSQL Database Server. SQLite: SQLite is a lightweight database that you can use without needing to install a dedicated server. MongoDB: If you prefer a NoSQL database, you can download MongoDB.

FelixIG15 commented 11 months ago

Prisma for ORM of MySQL