Skip to content

belchior/typescript_web_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

201 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Postgres

The purpose of this repository is to practice acquired knowledge in build web services with TypeScript as well as your ecosystem

The purpose of this branch is to find out the best setup and usage of the specified stack. Each branch at this repo has a unique stack, take a look at all branches.

Stack

The server is based on

The client is based on

The server implement the Relay Cursor Connections Specification to handle paginated list

Development

Server

You can start the server in development mode executing the command below

docker compose up server

To add sample data to feed the application

docker compose run --rm database_seed

To run test in development mode

docker compose run --rm server npm run test:dev

Client

To run the client in development mode execute the command below

docker compose up client

References

Some links that have somehow helped to develop this project or influence my decisions

Docs

Articles

About

The purpose of this repository is to practice Typescript acquired knowledge as well as the ecosystem

Topics

Resources

Stars

Watchers

Forks

Contributors