Skip to content

messeili/backupper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Backupper

backupper is tiny tool to make archives of my web projects from my pc and upload them to google drive as a backup

Built With

  • Client Side: Reactjs - TypeScript
  • Server Side: Node.js - Express - TypeScript

Getting Started

To run the project locally on your device You need to

Prerequisites

  • Nodejs & npm installed
  • typescript installed npm i typescript -g

Installation

Let's install the project locally and run it

  • clone the repo git clone https://github.com/Hassan-98/backupper.git
  • install server dependencies cd Server && yarn install
  • install client dependencies cd Client && yarn install
  • start server cd Server && yarn dev
  • start client cd Client && yarn dev

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  • Fork the Project
  • Create your Feature Branch git checkout -b feature/AmazingFeature
  • Commit your Changes git commit -m 'Add some AmazingFeature'
  • Push to the Branch git push origin feature/AmazingFeature
  • Open a Pull Request

Contact

Hassan Ali https://github.com/Hassan-98

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.9%
  • CSS 6.7%
  • HTML 2.4%