Skip to content

Alternative Server built in C# for application built during RocketSeat Next Level Week #01

License

Notifications You must be signed in to change notification settings

LeoPanichi/rocketseat-nlw-01-server-alt1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Alternative Server built in C# for application built during RocketSeat Next Level Week #01

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages