[go: up one dir, main page]

Skip to content

shaktee/backend_challenge_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend challenge

This is an implementation of the backend challenge in multiple languages

Backend languages used

  1. Javascript (node.js) README
  2. Go README

Each subdirectory has a README with instructions on how to start and use the server

Test languages

  1. Python README

Running tests

To understand how to invoke the test, execute

./test/test.py --help

To directly run tests against each implementation, you may start the server (as stated in the README in the server directory) and then

  1. Run random number of tests as shown below
./test/test.py --random <number of random tests>
  1. Run directed tests as shown below
./test/test.py --directed

About

Backend coding challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published