Coder Social home page Coder Social logo

mariagabrielareis / ecobricks-checkout Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 124 KB

"Imersão Full Stack && Full Cycle #17", Full Cycle - An e-commerce to sell different types of bricks, such as ecological ones! 🧱

JavaScript 4.04% TypeScript 95.96%
docker jwt mysql nestjs rabbitmq typescript

ecobricks-checkout's Introduction

EcoBricks license status

Application developed in "Imersão Full Stack && Full Cycle" event, promoted by Full Cycle 🚀

EcoBricks is an e-commerce that sells different types of bricks, such as ecological ones! 🧱

Features (of this repo)
  • Create order
  • List order
    • All
    • By ID
  • Authentication (generate token JWT)
  • Order creation event publishing in RabbitMQ

Tip

Visit demo or the others repositories of this project:

Docker NestJS TypeScript JWT MySQL RabbitMQ

EcoBricks

Building and running locally

Be sure you have Git, Docker and Node configurated, then follow the directions below.

# Clone this repository
$ git clone https://github.com/MariaGabrielaReis/ecobricks-checkout

# Access project folder
$ cd ecobricks-checkout

# Install dependencies
$ yarn

Important

Before running the project, set up the container with database:

$ docker-compose up -d

Now, access database with root user and check if database was created:

$ docker-compose exec db dash
$ mysql -uroot -proot
$ show databases;
# Generate fixtures
$ yarn run fixture

# Run
$ yarn start:dev

Note

The server will start on port 3333 - http://localhost:3333

  • For quick API testing, use test.http file to send requests with the VSCode "REST Client" extension.

ecobricks-checkout's People

Contributors

mariagabrielareis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.