Skip to content

rivallapp/coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volo Homework Assignment

This repository provides a starting point for a basic React + GraphQL application. All of the configuration boilerplate is complete so you can start by writing the code that you want us to see.

Please clone or fork this repo and do all your work in a feature branch. When you're finished, create a PR back into the master branch. This PR is a great opportunity to describe the objectives you completed and any notes you'd like us to know when reviewing your submission.

If you don't want this to show publicly, double check your profile settings. You'll want to disable "Include private contributions on my profile" under "Contributions". Otherwise your activity will still be publicly visible.

Project Setup

This repository is split into a web app directory (eg /webapp) and two server directories (eg /webserver and /elixir).

The /webserver one includes a functional GraphQL server in NodeJS with MongoDB backing it.

The /elixir one includes a functional GraphQL server in Elixir with Postgresql backing it.

If you are applying for backend, you should use the webserver or elixir code. If you are applying for frontend, feel free to use either.

This project is intentionally not utilizing 3rd party services or create-react-app to give you the opportunity to showcase your talents wherever they are, be it the front end or the back end.

Instructions

If you are pursuing a full stack or backend position, please include elixir code changes in your homework.

See the Frontend instructions for frontend focused instructions. If front end only, use the node server in /webserver.

See the Backend instructions for backend focused instructions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published