Skip to content

taylorbyks/tico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tico

Project made in honor of Tico, an adopted dog who died in 2020. The project's idea is to make more and more stray animals get a home and an a family.

animated

🔗 Table of contents

📌 Technologies

📂 Installation

First of all, it is important that you have installed Node, Postgres, Yarn and Expo.

So, run this command in terminal to clone the project via HTTPS:

git clone https://github.com/taylorbyks/tico.git

Install dependencies

Backend

yarn

After you needs to create a postgresql database named tico, and run:

yarn typeorm migration:run

Frontend

yarn

Mobile

yarn

🚀 Getting start

Backend

Run the following command in terminal:

# Start the aplication
yarn start

This will open http://localhost:3333.

Frontend

Run the following command in terminal:

# Start the aplication
yarn start

This will open http://localhost:3000.

Mobile

First, you have to install Expo App on your smarthphone.

So, run the following command in terminal:

# Start the server
expo start

With Expo open on your smarthphone, scan the QR Code of Expo Server.

💻 Project

👍 Contribute

  • Fork this repository.
  • Create a branch with your resource: git checkout -b feature/my-feature
  • Submit changes: git commit -m "feat: My new feature"
  • Push your branch: git push origin feature/my-feature

📕 License

Released in 2021. This project is under the MIT License.

Build with 💜 by Taylor Byk Schinveski.