Skip to content

Fatima031598/wipit

 
 

Repository files navigation

Wipit is website that makes interaction between artists and gallerists easier.

Screenshots

Getting started

Except for the regular suspects - git, Node, npm, etc - you need these things to run the All For One app. Follow the instructions supplied on their links before you continue with Installation.

  • Postgres database, download and install from here.

Installation

  1. Clone the repo
git clone https://github.com/Fatima031598/wipit
cd wipit
  1. Install dependencies
cd client/wip-app
npm install
  1. Start the server
cd server
npm install
npx nodemon
  1. Start development server
cd client/wip-app
npm start
  1. Scan the barcode with the Expo app on your phone or follow the terminal instructions to load up the simulator on your machine.

Tech Stack

React, JavaScript, Express, PostgreSQL, Sequelize, Chakra-ui

Contributing

Improvements are welcome :)

Fork the repo and do your thing. Push to your fork and submit a pull request.

Developers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.5%
  • JavaScript 29.5%
  • HTML 2.8%
  • CSS 0.2%