Giter Site home page Giter Site logo

kissalu-api's Introduction

Logo

Kisalu Server Side

Kisalu's back-end readme file
Explore the front-end repo »

Report Bug · Request Feature




Requirements

Local Development

First of all, install the dependencies using the command below

npm install

Setup the environment

Create a .env file in the root with the following structure

DATABASE_URL="postgresql://postgres:docker@localhost:5432/kisalu_local?schema=public"

MONGO_URL = "mongodb://kisalu_mongo:[email protected]:27017/admin"

SECRET= "30b9dce7-08c2-4c22-8204-b9e41d624ab9"

SOCKETS_NAMESPACE = "Kisalu"

Make sure you have docker installed, then run

# This command will pull images (if not pulled yet) and iniate docker containers
docker-compose up -d
# Show all running containers
docker ps

Once all images have been installed and started running, execute the command

# This command will create the whole data base structure based on the schema.prisma file
npm run migrate-dev

Live Test

Use the command below to start the server

npm run dev

Checkout the API's documentation (interactive)

http://localhost:8080/api/doc

Unit Tests

npm test

Local Data Base

Relational

To interact with the data base use (recommended) open-source clients such as:

Or, run the following command

npm run data-base

Non-Relational

Open the following link to access Mongo-Express interface

http://localhost:8081

kissalu-api's People

Contributors

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