Skip to content

It is a sample project developed using React, Typescript, GraphQL and NodeJs.

License

Notifications You must be signed in to change notification settings

burakkirbag/bikey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIKEY


Setup

# Install backend dependencies
cd backend
npm install

# Install frontend dependencies
cd frontend
npm install

# Run backend
cd backend
npm run start

# Run frontend
cd frontend
npm run start

# Run tests
cd frontend
npm run test

Used Technologies

  • React and Typescript
  • React Testing Library & Jest
  • GraphQL
  • JWT

Features

  • Bike list
  • Filter by vehicle type
  • search bike with id
  • Tested with React Testing library

Version

1.0.0

License

This project is licensed under the MIT License

About

It is a sample project developed using React, Typescript, GraphQL and NodeJs.

Resources

License

Stars

Watchers

Forks