GithubHelp home page GithubHelp logo

momanmalik / phi-internal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lauriercs/phi-internalwebsite

0.0 0.0 0.0 75.35 MB

Home of the internal website of the Laurier Computer Science PHI Society.

HTML 2.40% JavaScript 91.50% CSS 6.09%

phi-internal's Introduction

PHI Internal

Home of the internal website of the Laurier Computer Science PHI Society.

Getting Started

Prerequisites

To get started with development you need to install a few things.

  1. VSCode; IDE used for development
  2. MongoDB; for storing data on the backend
  3. NodeJS

Running the app

To get the development version of the app up and running, you can do:

npm install
cd server 
npm install
cd ../client
npm install
cd ..
npm run dev 

You can also run the client and server individually with npm run client and npm run server respectively.

API

User

Route: /api/users/register
Request Type: POST
Success: 200 status code
Create a new user given username, email, password in the request body.

Route: /api/users/login
Request Type: POST
Success: 200 status code
Log in a user given username & password in the request body.

Jobs

Route: /api/jobs/create
Request Type: POST
Success: 200 status code
Create a new job document in the database. The request body must be a JSON job document.

Route: /api/jobs/delete/<job_id>
Request Type: POST
Success: 200 status code
Delete the job with the given job_id

Route: /api/jobs/update/<job_id>
Request Type: POST
Success: 200 status code
Update the job with the given job_id. The request body must be a JSON job document, including any fields to be updated.

phi-internal's People

Contributors

saifaldin14 avatar jbheard avatar abdulbaseetshabi avatar kushrabadia avatar tmanti avatar azaidi22 avatar dannirs avatar momanmalik avatar sherrao avatar robert336 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.