Coder Social home page Coder Social logo

valoriza's Introduction

Valoriza

This API was developed in a programming course of NodeJs of the Rocketseat online school, in the Next Level Week event for programmers of all levels.

This API was created with [NodeJs] and, basically, creates a back-end system to answer to a front-end app in other or same server.

The data is all stored in a mySQL database, you can use other server, originally, in the course, was used the little sqlite, but, for learning more, I decided to use a free online server with mysql, I choose the Remote MySQL, fill free to use what you want.

Technology

Here are the technologies used in this project.

  • typeorm version ^0.2.36
  • reflect-metadata version ^0.1.13
  • mysql version ^2.18.1
  • jsonwebtoken version ^8.5.1
  • express-async-errors version ^3.1.1
  • express version ^4.17.1
  • cors version ^2.8.5
  • class-transformer version ^0.4.0
  • bcryptjs version ^2.4.3
  • uuid version ^8.3.2

Services Used

Getting started

You can see this API runing here

But, if you want to run this API by yourself, simply create a mySQL database in any online server like Remote MySQL.

In next, you need to write the app credentials in a file ".env" in the root directory like it:


# .env

TYPE=mysql
HOST=remotemysql.com
DB_PORT=3306
USER_NAME=eKJ242AF5H
DATABASE=eKJ242AF5H
PASSWORD=iVsoDUtm8b
ENVIRONMENT=development

HASH_MD5=d48946382f0b249f659bbf519747fb65

In next, you need to run the migrations with the command "yarn typeorm migration:run" to create the tables in your MySQL, and for last, run "yarn dev" to run the local test server and to test the app locally in "http:localhost:3000".

How to use

  • To use this API you will need of a front-end app that was coded to comunnicate with it, you can see one of it here and runing and ready to use here.

Features

  • With this API, you can create a place where you and your colleagues of job, can share compliments and thanks, generating a nice feeling of thanks and motivation in the workplace, enjoy, it is free for all.

Links

Versioning

1.0.0.0

Authors

Learn More

You can learn more in the [NodeJs documentation].

To learn Express, check out the [ExpreJs oficial Site].

I hope it help you like it helped me too! Thanks for see it and give a repo star if you like it!

Valorize

valoriza's People

Contributors

teilorbarcelos avatar

Stargazers

 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.