The ManageYourCompany πŸ“ˆ project is a project that creates, deletes, updates companies, units and assets.

Overview

Manage Your Company πŸ“ˆ

under construction πŸ‘·

Technologies πŸš€    |    Project πŸ§‘β€πŸ’»    |    How to Run back πŸƒ    |    How to Run front πŸƒ    |    How to contribute πŸ€”   |    License πŸ“

🚧 Result

153102523-b62a08ed-b678-4ef8-a8a0-d072bbbfb00d

πŸš€ Technologies

This project was developed with:

  • Typescript
  • NodeJs
  • React(Create-React-App)
  • Express
  • Mongoose
  • Mongodb

πŸ§‘β€πŸ’» Project

The "ManageYourCompany" πŸ“ˆ project is a project that creates companies, units and assets. The rule is that every company has multiple units and the units have multiple assets. This is a project with the intention of exercising my Backend skills with NodeJs and front with react.

Units have multiple assets, these assets are machines with multiple fields: name,image,description,model,owner,status,healthLevel.

And the main idea is to visualize the units and assets in general, or to visualize a single specific unit.

🚨 very important

It's very important to have the database powered on (locally) and connected to your mongodb too, it's very important to power on the backend before the front.

πŸƒ How to Run back

  • Make a fork;
  • Open the project on your terminal;
  • cd/back
  • Run yarn install or npm install to install Dependencies;
  • Connect with your mongodb in Database folder
  • Run yarn dev or npm run dev to run the server;
  • By default the server will run at localhost:3000.

πŸƒ How to Run front

  • Make a fork;
  • Open the project on your terminal;
  • cd/front
  • Run yarn install or npm install to install Dependencies;
  • Connect with your mongodb in Database folder
  • Run yarn start or npm run start to run the server;
  • By default the server will run at localhost:3001.

πŸ€” How to contribute

  • Make a fork;
  • Create a branch with your feature: git checkout -b my-feature;
  • Do commit with your changes: git commit -m 'feat: My new feature';
  • Do a push for your branch: git push origin my-feature.

After the merge of your pull request was made, you can delete your branch.

πŸ“ License

This project is under License MIT. See the documentation LICENSE for more details.

You might also like...

Firefox plugin to automatically translate Β° Fahrenheit and size measurements into european units

Firefox plugin to automatically translate Β° Fahrenheit and size measurements into european units

Eurofox πŸ‡ͺπŸ‡Ί πŸ”₯ 🦊 Firefox plugin to automatically translate Β° Fahrenheit, weights, speed and size measurements into european units. To see the origin

Oct 16, 2022

Source code and 3D assets for the Rings (for Loot) NFT project

Source code and 3D assets for the Rings (for Loot) NFT project

Rings (for Loot) Rings (for Loot) is the first and largest 3D interpretation of an entire category in Loot. Adventurers, builders, and artists are enc

Dec 24, 2022

In this project, I built a simple HTML list of To-Do tasks. This simple web page was built using Webpack, creating everything from a JavaScript index file that imported all the modules and assets

In this project, I built a simple HTML list of To-Do tasks. This simple web page was built using Webpack, creating everything from a JavaScript index file that imported all the modules and assets

To Do List In this project, I built a simple HTML list of To-Do tasks. This simple web page was built using Webpack, creating everything from a JavaSc

Mar 31, 2022

Yet another library for generating NFT artwork, uploading NFT assets and metadata to IPFS, deploying NFT smart contracts, and minting NFT collections

eznft Yet another library for generating NFT artwork, uploading NFT assets and metadata to IPFS, deploying NFT smart contracts, and minting NFT collec

Sep 21, 2022

Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

Introduction Swagger UI allows anyone β€” be it your development team or your end consumers β€” to visualize and interact with the API’s resources without

Dec 28, 2022

More than a Password Protection and Management tool, it secures all your valuable digital assets in your own vault

ZeroPass Client ZeroPass is more than a Password Protection and Management tool, it secures all your valuable digital assets in your own vault, includ

Aug 22, 2022

✨ Properly credit deps and assets in your projects in a pretty way.

✨ Properly credit deps and assets in your projects in a pretty way.

Acknowledgements ✨ Properly credit deps and assets in your projects in a pretty way. About Acknowledgments is a CLI tool that generates a JSON file wi

Sep 1, 2022

This monorepo stores all code and assets of all projects with which we develop regels.overheid.nl

Welcome Introduction In 2021 Utrecht started developing the Virtual Income Desk with Open Rules. An initiative with the aim for citizens to always and

Dec 8, 2022

Wikipedia using only static assets & no backend

Wikipedia using only static assets & no backend

http://static.wiki Build a read-only Wikipedia using CSS, JS, WASM, and SQLite A proof-of-concept inspired and enabled by Hosting SQLite Databases on

Jan 1, 2023
Owner
Bruno da Silva Leite
Aprendendo a desenvolver | πŸš€Tecnologias: JS, HTML, CSS
Bruno da Silva Leite
Evolve is an online investment portfolio management system where users can keep track of all the assets that they have invested in and how well their assets are performing.

Evolve is an online investment portfolio management system where users can keep track of all the assets that they have invested in and how well their assets are performing.

Indrajit 6 Oct 16, 2022
πŸ€–β€An action that fetches the list of malicious domains on Discord in different providers and creates/updates a JSON file with them from time to time.

Discord Guardian Action ??  This action fetches the list of malicious domains on Discord in different providers and creates/updates a JSON file with t

Dalton Menezes 7 Nov 30, 2022
This is a project that add, stores and deletes current book in the library

Project Name Awesome books: with ES6 Description the project. In this project, I restructured my Awesome books app code. The goal was to make it more

Harrison Njuguna 5 Nov 11, 2022
Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.

Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.

Jordan Harband 7 Apr 20, 2022
It’s a Ticketing software for small companies which are into customer support.

What is VueTicket? The VueTicket is an Ticketing Application for small companies which are into customer support. Technologies Used β€’ ASP.NET Core 5.0

Saineshwar Bageri 24 Nov 27, 2022
Collection of job openings from Indonesian remote-friendly companies

id-wfa ???? This project scrapes job openings from Indonesian companies that have publicly announced that they provide WFA (work-from-anywhere) perks

Jacky Efendi 74 Dec 25, 2022
A simple calculator for how many units of insulin to take with a meal depending on current and target blood sugar levels.

Insulin-Calculator One of my first programs, made to try building javascript-read HTML forms. A simple calculator for how many units of insulin to tak

Athena 1 Dec 26, 2021
Explore units, stats and more

AoE 4 Explorer An useful visualization and UI to explore units, their stats and abilities and all possible upgrades and technologies for Age Of Empire

AoE4 World 20 Dec 8, 2022
Module to convert units for distances, weights and temperatures!

Unit Converter (Distance, Temperature, Weights) Every unit you can see in this file can be transformed into any of the other units. The Calculator wor

Niklas Koch 8 Jan 27, 2022
A dedicated desktop app that enables you to move items in and out of storage units in CSGO.

CASEMOVE Casemove is an open-source desktop application that helps you easily move items out of and into Storage Units in Counter-Strike: Global Offen

null 161 Dec 24, 2022