Skip to content

trianne24/ppl2-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API for Monica 2.1 App

Software Development 2 Project by Raihan (140810160013), Rifqy (140810160055), and Patricia (140810160065).

Description

API for Monica 2.1 App using Laravel. It handles:

  1. Login user
  2. Create new user
  3. Get user data
  4. Create new committee

You can test by accessing the website using web browser of your choice or Postman.

Setting Up on Locals

This project is tested using localhost, so as prerequisites you need:

  1. XAMPP
  2. Apache
  3. MySQL

How to Use

  1. Create a file named .env. Example here.
  2. Set the connection to MySQL localhost database. Make sure you type correctly for username and password as they're needed for authentication purposes.
    DB_CONNECTION=mysql
    DB_HOST=localhost
    DB_PORT=3306
    DB_DATABASE=monica_db
    DB_USERNAME=root
    DB_PASSWORD=
  3. All set. You can start test it on Postman to create user, post to http://localhost/monica-api/public/api/signup.

About

Software Development 2 Project by Raihan (140810160013), Rifqy (140810160055), and Patricia (140810160065).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.7%
  • TSQL 29.3%