Giter Club home page Giter Club logo

fe1-ebi's Introduction

Hair Care App

Hair Care is the online destination for beauty & wellness professionals and clients. Professionals can showcase their work, connect with new and existing clients, and build their business. Clients can discover new services and providers, book appointments online, and get inspired.

API Documentation

Technologies used:

General:

NodeJS backend.

ExpressJS framework for the API.

express-session session middleware for managing user state across requests.

Security

CORS for Cross-Origin configuration. helmet for basic security adjustments to the server. bcrypt for encrypting/hashing sensitive user data.

Testing:

jest supertest Database:

knex as the query builder and interface to postgres pg PostgreSQL

Installation

$ npm install

Required environment variables

These are required to get the server working after install:

`` NODE_ENV - production / development

PORT - For heroku deployment

DATABASE_ENV - testing / developing / production

DATABASE_URL - Production database connection string (used by heroku)

DATABASE_URL_DEV - development database connection string

DATABASE_URL_TEST - testing database connection string

JWT_SECRET - Key for encrypting JWTs``

Running the server

production mode

$ npm run start

development mode

$ npm run start:dev Developing

migrate database to latest

$ npm run db:latest

rollback database migrations

$ npm run db:rollback

seed the database

$ npm run db:seed Testing

run endpoint tests

$ npm run test:e2e

test coverage

$ npm run test:cov

License

This project is MIT licensed

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.