Giter Club home page Giter Club logo

proffy's Introduction

Proffy

Vinicius Vassão License

🚀 Project made in Next Level Week #2, aiming to connect teachers to students.

Disclaimer:

I participated in every NLW and Omnistack Week since Omnistack #8, but this time I've decided to go beyond what is taught on these events and build a more robust application with automated tests, server side rendering, and a more decoupled code in general, based on the SOLID principles.

📌 Table of Contents

✏️ Layout

You can see the original layout by @tiagoluchtenberg for the application on Figma:

If you can't see the layouts by any reason, this should help:

💻 Technologies

This project was made using the follow technologies:

🔧 How To Run

To run this app on your computer, run these commands inside the repository root folder

# open the backend, install dependencies, run docker:
$ cd packages/server/api
$ yarn
$ cd ./docker
$ docker-compose up -d
# rename .env.example to .env and add your database credentials, then run migrations:
$ cd ../
$ yarn db:migrate
# start the server
$ yarn start:dev

# open another shell again on the repository root folder, install dependencies then start the web server
$ cd packages/client/web
$ yarn
$ yarn dev

# open one more shell again on the repository root folder, install dependencies then start the expo server
$ cd packages/client/mobile
$ yarn
$ yarn start

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.