Giter Club home page Giter Club logo

kanbanboard-backend's Introduction

KanbanBoard-Backend

A Project Management REST API, built with Express + Prisma 2 ORM.

GitHub top language Made by Repository size GitHub last commit Repository issues GitHub

About the project   |    Technologies   |    Getting started   |    License

📔 About the project

This REST API provides all the functionality to manage a complete Kaban Board application.

Features project management and task management, with full user authentication.

To see the front-end client, built with React, click here: KanbanBoard

🚀 Technologies

Technologies that I used to develop this api

💻 Getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/chamatt/KanbanBoard-Backend.git && cd tasks-api

Follow the steps below

# Install the dependencies
$ yarn

# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
$ cp .env.example .env

# Make a copy of 'prisma/.env.example' to 'prisma/.env'
# and set DATABASE_URL to your postgres configs.
# it should look somewhat like this:
# DATABASE_URL="postgresql://<username>:<password>@localhost:5432/<database>?schema=public"
$ cp prisma/.env.example prisma/.env

# Once the services are running, run the migrations
$ yarn prisma migrate up --experimental

# It will ask if you want to create a new database, say *yes*.

# To finish, run the api service
$ yarn dev:server

# Well done, project is started!

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


kanbanboard-backend's People

Contributors

chamatt 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.