greysonmrx / Passarinhar

Online library system for the management of the passarinhar reading club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passarinhar

Online library system for the management of the passarinhar reading club

Made by Greyson Mascarenhas Language count License

Features   |    Getting started   |    Contributing   |    License

Screenshot Screenshot Screenshot Screenshot
Screenshot

Features

  • React Js — A JavaScript library for building user interfaces
  • React Native — A lib that provides a way to create native apps for Android and iOS
  • Node Js — A web framework for Node Js
  • MongoDB — A cross-platform and open-source document-oriented database
  • Express — A web framework for Node
  • Sequelize — SQL dialect ORM for Node.js
  • Yup - Object schema validation
  • Lint — ESlint/Prettier/Editor Config

Getting started

  1. Clone this repo using git clone https://github.com/greysonmrx/Passarinhar.git
  2. Move to the appropriate directory: cd Passarinhar.

Getting started with the backend server

  1. Move yourself to the backend folder: cd Backend
  2. Run yarn to install dependencies
  3. Run yarn dev to start the server

Getting started with the frontend app

  1. Move yourself to the frontend folder: cd Frontend
  2. Run yarn to install dependencies
  3. Run yarn start to start the web application

Getting started with the mobile app

  1. Move yourself to the mobile folder: cd Mobile
  2. Run yarn to install dependencies
  3. Run react-native run-ios (or run-android if your prefer) to start the mobile app

Note: If you choose to start the mobile app in the android emulator, you will have to start the emulator before using the run-android command.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Made with ♥️ by Greyson Mascarenhas 👋

About

Online library system for the management of the passarinhar reading club

License:MIT License


Languages

Language:JavaScript 95.4%Language:Objective-C 1.5%Language:Java 1.2%Language:Ruby 1.1%Language:HTML 0.6%Language:Starlark 0.2%