Skip to content

A technical assessment exercise for Developer candidates, for fullstack solution with frontend developed using Reactjs, Context api, Graphql, and backend developed using Django, Graphene, Docker

Notifications You must be signed in to change notification settings

MubarakOke/developer-assessment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lifestore Assessment

After pulling this repo, run the following to build the docker image

docker compose -f docker-compose.yml build

Run this command to start the production server

docker compose -f docker-compose.yml up --detach

Run this command to seed data to database

docker exec lifestore_backend python manage.py loaddata product

Access the running server at

http://127.0.0.1

About

A technical assessment exercise for Developer candidates, for fullstack solution with frontend developed using Reactjs, Context api, Graphql, and backend developed using Django, Graphene, Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.7%
  • JavaScript 37.0%
  • HTML 7.5%
  • Dockerfile 2.4%
  • Shell 1.2%
  • CSS 0.2%