1TATO / happy

This application was created during Next Level Week 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Happy

Happy

Made by JoséNeto GitHub top language GitHub language count License Stargazers

Run in Insomnia

Next Level Week   |    Project   |    Technologies   |    Layout   |    How to use   |    License

❓ What's Next Level Week?

NLW is a practical week with lots of code, challenges, networking and a single objective: to take you to the next level. Through our method you will learn new tools, learn about new technologies and discover hacks that will boost your career. An online and completely free event that will help you take the next step in your evolution as a dev.

💻 Project

This project connect people with orphanages, making a special day for childrens.

Happy

🚀 Technologies

This project was developed with the following technologies:

🏷️ Layout

Use Figma to acces the Web layout or Mobile layout

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js + Yarn installed on your computer.

From your command line:

API

# Clone this repository
$ git clone https://github.com/1TATO/happy.git

# Go into the repository
$ cd happy/backend

# Install dependencies
$ yarn install

# Run Migrates
$ yarn typeorm migration:run

# Start server
$ yarn dev

# server running on port 3333

Front-end

# Clone this repository
$ git clone https://github.com/1TATO/happy.git

# Go into the repository
$ cd happy/web

# Install dependencies
$ yarn install

# Run web
$ yarn start

Mobile

# Clone this repository
$ git clone https://github.com/1TATO/happy.git

# Go into the repository
$ cd happy/mobile

# Install dependencies
$ yarn install

# Run mobile
$ yarn start

# use expo or an emulator

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made with ♥ by José Neto 👋 Get in touch!

About

This application was created during Next Level Week 3

License:MIT License


Languages

Language:TypeScript 79.7%Language:CSS 19.0%Language:HTML 0.8%Language:JavaScript 0.5%