Skip to content

gitirana/GoInk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

goink

GoInk

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:

Getting Started

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)

Setting up Databases and Services

The project uses PostgreSQL.

I recommend use Docker to install and run the databases and services above.

How to Install

Backend (API)

  • To download the project follow the instructions bellow:
  1. git clone https://github.com/gitirana/GoInk-backend.git
  2. cd GoInk-backend
  • Install the dependencies and start the server:
  1. yarn install
  2. yarn dev:server 🥳

or

  1. npm install
  2. npm dev:server 🥳

Frontend (React)

  • To download the project follow the instructions bellow:
  1. git clone https://github.com/gitirana/GoInk-web.git
  2. cd GoInk-web
  • Install the dependencies and start the server:
  1. yarn install or yarn
  2. yarn start 🥳

or

  1. npm install
  2. npm start 🥳

Mobile (React Native)

  • To download the project follow the instructions bellow:
  1. git clone https://github.com/gitirana/GoInk-mobile.git
  2. cd GoInk-mobile
  • Install the dependencies and start the server:
  1. yarn install or yarn
  • Start the application
  1. yarn android or yarn ios

If you are using Linux you have to start the bundler first. So run yarn start and then yarn android

Screenshots

  • 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

Author


Thayná Luiza Gitirana

Made with ❤️ by Thayná Luiza Gitirana

Linkedin Badge Gmail Badge

About

GoInk Backend, Frontend and Mobile

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors