Skip to content

Josequesada9393/Swoop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swoop

Swoop is an online marketplace for pre-owned items where people can declutter their houses or swoop for a bargain while helping the environment by reusing items already in circulation.

SwoopScreenshot 2023-01-18 at 19 39 31

Getting started

  1. Clone the repo
https://github.com/Josequesada9393/Swoop
cd Swoop
  1. Install dependencies in both /client and /server folders
npm install
  1. Start client at client folder
cd/client
npm start
  1. Start development server at server folder
cd/server
nodemon index.js (recommended) or node index.js
The pictures uploaded on the Browser will be saved to Server/uploads directory

Tech Stack

Author

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • HTML 1.6%
  • JavaScript 0.7%