Leandro2585 / Ecoleta

App desenvolvido durante a Next Level Week #01 , da Rocketseat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub language count Repository size GitHub last commit License Stargazers Made by Leandro

🚧 Ecoleta - Finished 🚀 🚧

AboutHow to executeTechnologiesAuthorLicence

💻 About the project

Ecoleta - This project is a platform where it is possible to register waste collection points, be they batteries, lamps and others.


🚀 How to execute the project

This project was developed with Typescript, so make sure it is usual for your context before installing.

Pre-requisites

Before starting, you will need to have the following tools installed on your machine: Git, Node.js. Besides, it is good to have an editor to work with the code like VSCode

🎲 Running the Server

# Clone this repository
$ git clone https://github.com/Leandro2585/Ecoleta.git

# Go to server folder
$ cd Ecoleta/server

# Install the dependencies
$ npm install

# Run the application in development mode
$ npm run start

# The server will start at port:3000 - access http://localhost:3333

🎲 Running the Web

# Go to server folder
$ cd Ecoleta/web

# Install the dependencies
$ npm install

# Run the application in development mode
$ npm run start

# The server will start at port:3000 - access http://localhost:3333

🎲 Running the App

# Go to server folder
$ cd Ecoleta/app

# Install the dependencies
$ npm install

# Run the application in development mode
$ npm run start

# The server will start at port:3000 - access http://localhost:3333

🛠 Technologies

The following tools were used in the construction of the project:

See the archive package.json

Utilitários


💪 How to contribute to the project

  1. Make a fork of the project.
  2. Create a new branch with your changes: git checkout -b my-feature.
  3. Save the changes and create a commit message telling what you did: git commit -m "feature: My new feature"
  4. Send your changes: git push origin my-feature

Author


Leandro Real
🚀

📝 Licence

This project is under license MIT.

Made by Leandro Real 👋🏽 Contact us!


README Versions

English 🇺🇸

About

App desenvolvido durante a Next Level Week #01 , da Rocketseat


Languages

Language:TypeScript 81.4%Language:CSS 16.3%Language:HTML 2.0%Language:JavaScript 0.3%