This is a tutorial on how to get started with GoLang with SQLite backend. On top of that, have a React app communicating with the GoLang app.
Tag Archives: backend
Create a nodejs backend app that use Express with Typescript
I am going to set up a nodejs backend app that use express with typescript. In other words, create a REST API in nodejs that uses TypeScript with the help of the express framework. For the database I am going to go with MySQL. With a backend like this you can easily have axios or …
Continue reading “Create a nodejs backend app that use Express with Typescript”