All Projects → LauraBeatris → Hotseat Api

LauraBeatris / Hotseat Api

Licence: mit
Rest API of a barber shop application - Built with Express, TypeORM and Postgres

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Hotseat Api

Node Express Postgresql Sequelize
Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API
Stars: ✭ 148 (+448.15%)
Mutual labels:  rest, postgres, express
upper
Upper is a open source back-end framework based on the Dart language.
Stars: ✭ 39 (+44.44%)
Mutual labels:  postgres, backend
gobarber-api-gostack11
API GoBarber / NodeJS / Express / Typescript / SOLID
Stars: ✭ 39 (+44.44%)
Mutual labels:  postgres, solid
Kanary
A minimalist web framework for building REST APIs in Kotlin/Java.
Stars: ✭ 319 (+1081.48%)
Mutual labels:  rest, backend
Prest
PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
Stars: ✭ 3,023 (+11096.3%)
Mutual labels:  rest, postgres
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+837.04%)
Mutual labels:  rest, backend
Restyped
End-to-end typing for REST APIs with TypeScript
Stars: ✭ 287 (+962.96%)
Mutual labels:  rest, express
Mono
Minimalist Framework on top of Express.js
Stars: ✭ 163 (+503.7%)
Mutual labels:  rest, express
Vue Crud X
Vue+Express Cookbook & CRUD Component (with Vite and Web Components)
Stars: ✭ 393 (+1355.56%)
Mutual labels:  rest, express
Udash Core
Scala framework for building beautiful and maintainable web applications.
Stars: ✭ 405 (+1400%)
Mutual labels:  rest, backend
Api Design Node V3
[Course] API design in Node with Express v3
Stars: ✭ 459 (+1600%)
Mutual labels:  rest, express
Fullstackopen
Exercises for the Full Stack Open course.
Stars: ✭ 214 (+692.59%)
Mutual labels:  rest, express
Spring Boot Postgresql Jpa Hibernate Rest Api Demo
Building RESTful APIs with Spring Boot, PostgreSQL, JPA and Hibernate
Stars: ✭ 209 (+674.07%)
Mutual labels:  rest, postgres
Nodebestpractices
✅ The Node.js best practices list (December 2021)
Stars: ✭ 72,734 (+269285.19%)
Mutual labels:  rest, express
Crudl Example Express
CRUDL with Node/Express and MongoDB
Stars: ✭ 197 (+629.63%)
Mutual labels:  rest, express
Nodejs Restful Api
How to create a RESTful CRUD API using Nodejs?
Stars: ✭ 285 (+955.56%)
Mutual labels:  rest, express
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (+440.74%)
Mutual labels:  rest, express
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (+2388.89%)
Mutual labels:  rest, express
Parse Server
API server module for Node/Express
Stars: ✭ 19,165 (+70881.48%)
Mutual labels:  postgres, backend
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (+2133.33%)
Mutual labels:  rest, express

Hotseat

Manage customers and services of your barber shop

Click here to see the database model

Run in Insomnia}

Author Languages Stars Forks Contributors

📌 Table of Contents

🚀 Features

  • 💈  Appointment and schedule management
  • 👦🏼  Create providers and customers
  • 🔐  Authentication flow with password reset
  • 🗄  Update files with the Amazon S3 API
  • 📨  Send emails with Amazon SES

👷 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/LauraBeatris/hotseat-api.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:

git clone [email protected]:LauraBeatris/hotseat-api.git

Install dependencies

yarn install

Or

npm install

Create your environment variables based on the examples of .env.example

cp .env.example .env

After copying the examples, make sure to fill the variables with new values.

Setup a database

You must install Docker in your machine, fill the environment values related to database configurations and then run the following commands in order to create Postgres, Mongo and Redis containers.

docker-compose up

🏃 Getting Started

Run the transactions in order to configure the database schema

yarn typeorm migration:run

Run the following command in order to start the application in a development environment:

yarn dev

📮 Faq

Question: What are the technologies used in this project?

Answer: The technologies used in this project are NodeJS + Express Framework to handle the server and TypeORM as the Object Relational Mapper

🐛 Issues

Feel free to file a new issue with a respective title and description on the the Hotseat API repository. If you already found a solution to your problem, I would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.

🎉 Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

📕 License

Released in 2020. This project is under the MIT license.

Made with love by Laura Beatris 💜🚀

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].