Skip to content

cnu1812/rap-god-api

 
 

Repository files navigation

how-to-dok-api

API for the how-to-dok project.

Project setup

Run the following commands to setup the server

  • Add node_modules yarn dev
  • Transpile the code yarn transpile
  • Run the server yarn dev

Babel configuration

The express backend server uses the older standard of the Javascript (Accordding to the EcmaScript Standards)

We need to transpile the code from ES6+ to do the work for us, for this we need to run

yarn transpile

Docker configuration

To run the database image, run the following command: docker compose up

About

API for the how-to-dok project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • JavaScript 100.0%