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...
A TypeScript version of the Nextacular project. An open-source starter kit that will help you build full-stack multi-tenant SaaS platforms efficiently and help you focus on developing your core SaaS features. Built on top of popular and modern t…
A TypeScript version of the Nextacular project. An open-source starter kit that will help you build full-stack multi-tenant SaaS platforms efficiently and help you focus on developing your core SaaS features. Built on top of popular and modern t…

Nextacular πŸŒ™ - TypeScript ‼️ Experimental and In Progress - 🚨 Use with caution Quickly launch multi-tenant SaaS applications An open-source starter

Project similar to the Create React App for libraries and dependencies
Project similar to the Create React App for libraries and dependencies

Create React Dependency β€’ β€’ β€’ Contributing | Code of Conduct Project similar to the Create React App for libraries and dependencies. It creates a read

This project is designed to help those who use antd to develop a website(or web app). Maybe also need to use redux, router and so on.
This project is designed to help those who use antd to develop a website(or web app). Maybe also need to use redux, router and so on.

react-antd-redux-router-starter This project is designed to help those who use antd to develop a website(or web app). Maybe also need to use redux, ro

Starter project for firebase web with React, Chakra UI and auth pages added
Starter project for firebase web with React, Chakra UI and auth pages added

Firebase React Chakra UI Starter A starter project for Firebase web. Installation Clone the repository git clone [email protected]:stephenbaidu/firebase-

React-Typescript-Webpack was config with React, Typescript, and Webpack without CRA. Faster to start your next react project.
React-Typescript-Webpack was config with React, Typescript, and Webpack without CRA. Faster to start your next react project.

Start your react typescript project with manual webpack config in seconds Flexible to control webpack, easy to deploy Keywords: React Starter, Webpack

Boilerplate for a project using Electron, React and Typescript.

An Electron boilerplate including TypeScript, React, Jest and ESLint.

A starter project for React-Three-Fiber bootstrapped with Create-React-App and some useful packages
A starter project for React-Three-Fiber bootstrapped with Create-React-App and some useful packages

A starter project for React-Three-Fiber bootstrapped with Create-React-App and some useful packages

React typescript and bootstrap project

lynk-v2 Project Outline You will be working on one page at a time. While working on this page you will probably have to create several components and

Owner
Bruno da Silva Leite
Aprendendo a desenvolver | πŸš€Tecnologias: JS, HTML, CSS
Bruno da Silva Leite
Example repository for integrating Ant Design with ReactPWA project. This repo demonstrates the usage & integration of Ant Design in existing ReactPWA project.

ReactPWA - PawJS & Ant Design Example repository for integrating Ant Design with ReactPWA project. This repo demonstrates the usage & integration of A

Atyantik 15 Jul 11, 2022
Simple React-Native boilerplate code in Typescript for getting started with a new project quickly. It has all the essentials that one would require in a project.

react-native-boilerplate-typescript Simple React-Native boilerplate code in Typescript for getting started with a new project quickly. It has all the

Numanqmr 10 Sep 10, 2022
Mg-project-template - A cli tool for creating a template project

Proyect Template CLI Tool A cli tool for creating a template project Quick Overv

Marcelo Garcia 3 Mar 10, 2022
This project is a template for ReactJS project. This template was built with Create React App.

This project is a template for ReactJS project. This template was built with Create React App.

99juniors 11 Apr 14, 2022
This project show how fast we can deploy react app in s3 and cloudfront. Try it and make yours

react-s3-cloudFront-serverless-template This project show how fast we can deploy react app in s3 and cloudfront with serverless framework. Try it and

HipoKing 10 Oct 22, 2022
CLI, Local API and Local client for React and Typescript: Build a Portfolio Project course.

?? JBook (CLI, Local API, Local Client) Complete project of React and Typescript: Build a Portfolio Project course. You can find the whole repo at Git

Mustafa Hayati 0 Oct 30, 2021
A ready to customize project to make a nice webapp using Node.js (Express.js) for the backend and React with Typescript and Redux for the frontend.

A ready to customize project to make a nice webapp using Node.js (Express.js) for the backend and React with Typescript and Redux for the frontend.

Elia Lazzari 3 Mar 16, 2022
Project with login screen, registration and Dashboard, using MySQL and API'S

Project with login screen, registration and Dashboard, using MySQL and API'S

Hugo Nunes 4 Dec 30, 2022
A NextJS, Tailwind, TRPC, Prisma, and NextAuth Starter Project that makes getting an app up and running as easy as possible

A NextJS, Tailwind, TRPC, Prisma, and NextAuth Starter Project that makes getting an app up and running as easy as possible

Kelly Copley 41 Dec 15, 2022
In this project im going to build and deploy a online bus reservation application. Covered topics: Reactjs, Nodejs, Expressjs and Mongodb.Design patern: mvc

Merkob.ma This is a node.js online bus reservation application powered by Express that provides the main functions you'd expect, an admin system, etc.

marouane zahaoui 13 Dec 4, 2022