Git Product home page Git Product logo

appreciate's Introduction

Node.js Logo   TypeScript Logo   Express Logo   Prisma Logo   Docker Logo   Coverage Report

Appreciating people for the good things they do.


About   |    Installation   |    Getting Started   |    License   |   


📖 About

Development of a Node.js REST API to praise people through tags.


👷 Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/lemuelZara/appreciate.git

If you use a SSH key registered in your GitHub account, clone this repository following command:

git clone [email protected]:lemuelZara/appreciate.git

Install dependencies

yarn install

# or

npm install

After installation, create your enviroment variables to use in this project (based on the example of .env.example):

cp .env.example .env

Setup a database

The PostgreSQL database is being used in this project. If you have Docker installed on your machine, fill the environment values related to database configurations and then run the following commands in order to create a PostgreSQL container:

docker-compose up -d

🏃 Getting Started

Run the command in order to configure the database schema:

yarn prisma migrate dev

Run the following command in order to start the application:

yarn start:dev

Tests

This project are coverage by tests. If you make any changes to the code, run the commands to check if your code is passing:

yarn test

# or

yarn test:watch

# Coverage Report
yarn test:cov

📕 License

Released in 2021. This project is under the MIT License.


Made with love by Lemuel 💜🚀

appreciate's People

Contributors

lemuelzara avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

talesmota

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.