Skip to content

An authentication app using Vue, Node.js(Nest.js) backend with GraphQL for API and MongoDB.

Notifications You must be signed in to change notification settings

eadortsu/graphql-auth

Repository files navigation

GraphQL Auth

Solution for a challenge from daba full stack intermediate coding exercise.

Table of Contents

Overview

screenshot

Introduce your projects by taking a screenshot, video recordings or a gif. Try to tell us about the solution you built by answering the following:

Built With

Features

What features did you develop?

  • User story: I can register a new account
  • User story: I can log in
  • User story: I can sign out
  • User story: After I log in, I can see my profile details - photo, user name, bio, email, full name, email address and last sign in date
  • User story: I can edit my details including: photo, name, bio, phone, email and password

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) or yarn installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/eadortsu/graphql-auth

# Install dependencies
$ yarn install

# Run the app
$ yarn start

# development
$ yarn dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

About

An authentication app using Vue, Node.js(Nest.js) backend with GraphQL for API and MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published