Skip to content

This is a full-stack application with limited functionality - a copy of the teameas.org application. It provides an opportunity to collect donations to clean up the ocean environment from debris. Implemented adding donations, displaying a list of those who made donations, sorting the list, displaying the total number of donations.

TarasMakarchuk/teamseas_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NestJS Prisma GraphQL URQL React TypeScript Chakra Formik Stack Overflow

This is a full-stack application with limited functionality - a copy of the teameas.org application. It provides an opportunity to collect donations to clean up the ocean environment from trash.

To start the client part, you need to perform the following steps:

  • go to client folder
  • run the npm install or yarn install command
  • run the command to start the client: npm start or yarn start

To start the server part, you need to perform the following steps:

  • go to server folder
  • run the npm install or yarn install command
  • rename .env.dist file to .env
  • create prisma migration npx prisma migrate dev --name init
  • fill in prisma db npx prisma db seed
  • run the command to start the server: npm run dev or yarn run dev

About

This is a full-stack application with limited functionality - a copy of the teameas.org application. It provides an opportunity to collect donations to clean up the ocean environment from debris. Implemented adding donations, displaying a list of those who made donations, sorting the list, displaying the total number of donations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published