Skip to content

CountryHands/zero2prod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero to production

Chapter 3
1. Splitting main into modules
    - configurations
    - routes/
    - startup
2. Creating subscription and health_check endpoints
    - Adding into routes folders.
3. Connecting to postgres database using Docker
    - Using Docker for postgres is to me.
    - Using sqlx for migration and querying.
    - Sqlx .env file for database_url. 
4. Setting up test
    - testing which I usually do manually.
    - Creating test would like to see how database roll back is used.
    - Thing to do
        - I would like to split the test into different modules.

Chapter 4
1. Need to review alot of time lapsed between starting and ending this chapter
   basic of logging would like to check out roll backs using the database instead
   of mocking up a new database each time. Probably will review over the next few days before jumping into chapter 5.

About

Following along with the book Zero 2 Production

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages