Skip to content

UltiRequiem/platzi-basic-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

30 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Basic GraphQL Course

Take the course!

While the course is pretty outdated and IMO uses some bad practices ๐Ÿ˜ฉ, I learnt the basics of GraphQL.

While try to use it in my next projects!

Also fix UltiRequiem/ddlc_api#6

The course was done using plain Javascript, but I feel more used to TypeScript sooo ๐Ÿ˜†

Start

Check the .env.example file, you will need a MongoDB URI, you can get it from an online service or just run it on local ๐Ÿš€

Chose any DB Name you want, and set NODE_ENV to production or development.

pnpm is the package manager used.

Production

pnpm start

Development

pnpm dev

Stack

  • Express

  • GraphQL

  • MongoDB

  • GitHub Actions

License

Licensed under the MIT License.