Skip to content

kravchenkoegor/fullstack-react-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD application made with GraphQL & MongoDB on backend and React.js & TypeScript on frontend

Features

  • Get list of users with pagination
  • Create user (username and email must be unique)
  • All users get automatically generated avatars
  • Update user details
  • Delete user
  • Data is saved to MongoDB

How to run

  • Clone the project
  • Install dependencies for both server and client
  • Create .env file in project root and specify DATABASE_URL variable
  • Run the server and client separately or build the client and run only the server

About

CRUD application made with GraphQL and MongoDB on backend and React.js on frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published