/Artify

An art promote platform all built in JS

Primary LanguageJavaScript

Artify

Many artists seem to struggle with promoting their art, this platform help artists to share their work with art enthusiasts. Artify is all built in JS, using express for backend Api, React for the frontend and React Native for the mobile App.

Special Thanks to Daniela Castro incredible art designer(and my girlfriend :D) who made the login page artwork.

artifyweb

How to run:

At first, you will need node, npm and expo installed in your computer.

Second step: install dependencies, run in each folder(backend, frontend, mobile):

npm install

run this inside the frontend and backend folder:

npm start

for the mobile app you need to put your IP in the file mobile/src/config.js and run inside the mobile folder:

expo start

⚡built during the 11th Rocketseat Omnistack week