Skip to content

sipamungkas/belajarsip-backend

Repository files navigation

Belajarsip

Contents

Description

Belajarsip is a platform to bring together instructors with students or knowledge seekers. Instructors can create classes and a schedule for delivery of materials. Meanwhile, student can find the class that suits what he wants.

Belajarsip Backend is a part of belajarsip that serve API for Belajarsip Front End

Requirements

ERD

Belajarsip ED

Belajarsip ERD

Installation

  1. Open your terminal or command prompt
  2. Clone the project
git clone https://github.com/sipamungkas/belajarsip-backend.git
  1. Move to the belajarsip-backend directory
cd belajarsip-backend
  1. Install required dependencies
yarn install

or

npm install
  1. Set Up environtment variables
    • Copy .env.example to .env
    • change the configuration inside .env based on machine configuration
cp .env.example .env
  1. Run development server
yarn dev

or

npm dev

Available Scripts

start to run the program on production mode dev to run the program on development mode

API Documentation

Belajarsip Backend on Postman

About

Belajarsip backend is a part of Belajarsip platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages