Skip to content

Latest commit

 

History

History
117 lines (79 loc) · 3.43 KB

README.md

File metadata and controls

117 lines (79 loc) · 3.43 KB

Logo Next Level Week

Next Level Week #01 - Ecoleta - Alternative Server C#

Made by LeoPanichi GitHub last commit License Stargazers

Next Level Week   -    Project   -    Technologies   -    Layout   -    How to install and run   -    License

💭 Next Level Week?

Next Level Week is a technology week focused on learning web development using the latest technologies in the job market.

🖥 Project

Ecoleta is a project developed based on international environment week. That aims to connect people to companies that collect specific waste such as light bulbs, batteries, cooking oil, etc.

Example

🛠 Technologies

This project was developed with the following technologies:

📐 Layout

To access the layout of the project use Figma.

ℹ️ How To Use

To clone and run this application, you'll need Git, .NET Core and Docker installed on your computer.

From your command line:

Run MSSQL Server from Docker

# Clone this repository
$ git clone https://github.com/LeoPanichi/rocketseat-nlw-01-server-alt1


# Go into the repository
$ cd rocketseat-nlw-01-server-alt1/server/Docker

# Install dependencies
$ docker-compose up -d

# running on port 1433

Install API Server

# Clone this repository (If not already cloned)
$ git clone https://github.com/LeoPanichi/rocketseat-nlw-01-server-alt1


# Go into the repository
$ cd rocketseat-nlw-01-server-alt1/server

# Install dependencies
$ dotnet build

# Install dotnet-ef tool
$ dotnet tool install --global dotnet-ef

# Run Migrates & Seeds
$ dotnet ef database update

# Start server
$ dotnet run

# running on port 3333

📝 License

This project is under the MIT license. See the LICENSE for details.

Made by Leonardo Panichi Linkedin