GoInk it is an application developed in the GoStack 14 bootcamp by RocketSeat and aims to facilitate the booking of tattoo sessions.
Link to each projects are below:
These instructions will get you a copy of the full project up and running on your local machine for development and testing purposes.
The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.
-
Npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. Download Node.js
-
Yarn is a package manager built by Facebook Team and seems to be faster than npm in general. Download Yarn
To run this server you will need a node version 12.0.0 (minimum)
The project uses PostgreSQL.
I recommend use Docker to install and run the databases and services above.
- To download the project follow the instructions bellow:
git clone https://github.com/gitirana/GoInk-backend.gitcd GoInk-backend
- Install the dependencies and start the server:
yarn installyarn dev:server🥳
or
npm installnpm dev:server🥳
- To download the project follow the instructions bellow:
git clone https://github.com/gitirana/GoInk-web.gitcd GoInk-web
- Install the dependencies and start the server:
yarn installoryarnyarn start🥳
or
npm installnpm start🥳
- To download the project follow the instructions bellow:
git clone https://github.com/gitirana/GoInk-mobile.gitcd GoInk-mobile
- Install the dependencies and start the server:
yarn installoryarn
- Start the application
yarn androidoryarn ios
If you are using Linux you have to start the bundler first. So run yarn start and then yarn android
- Sign Up Web
- Sign In Web
- Sign Up Mobile
- Sign In Mobile
The application still is in development 🚧. Soon this file will be updated with the deploy of the app and new features
Thayná Luiza Gitirana
Made with ❤️ by Thayná Luiza Gitirana