0% found this document useful (0 votes)
77 views

Vyorius Python Developer TEST-1

The document provides instructions for a test project that requires building a GraphQL API using TypegraphQL and TypeORM with a PostgreSQL database. It outlines entities for a User and Post with required fields and relationship. It also lists requirements to implement user authentication with login/logout, create/edit/delete posts when logged in, and use Django Signals. The output includes sharing links to the GitHub repository and Heroku deployment with instructions in a README file.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views

Vyorius Python Developer TEST-1

The document provides instructions for a test project that requires building a GraphQL API using TypegraphQL and TypeORM with a PostgreSQL database. It outlines entities for a User and Post with required fields and relationship. It also lists requirements to implement user authentication with login/logout, create/edit/delete posts when logged in, and use Django Signals. The output includes sharing links to the GitHub repository and Heroku deployment with instructions in a README file.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

TEST

Please submit the project in 2 or max 3 days. Requirements are kept minimal
to keep the test less time consuming, but proper standards are necessary. You
will be evaluated on how you structure your code write styles, package the
applications etc.
Project:
 Create a GraphQL API, using TypegraphQL, TypeORM and use PostgreSQL a
your database.
 It should contain the following Entities.
o User
 _id
 username => string
 email => string(unique)
 password (encrypt it) => string
 posts => array of Post by the user, can be an empty array
o Post
 title => string
 by => user
 Resolve those entities as follows.
o Create a user
o Login, logout(Use cookies)
o Create a post(Only when Logged in)
o Edit, delete and fetch all your posts
 Use your own Creativity to implement a simple usage of Django Signals in this
Project.
Output:
 Create a GIT repository and share the link.
 Deploy the code on Heroku and share the link.
 The Project should have a README file with instructions on how to run the
program and tests (If there).

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy