Skip to content

syte/portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portal Application

Motivation

A simple twitter like clone.

Technologies Used

  • Backend MVC Framework - Express
  • UI Library - Vue
  • Database - Postgres
  • State Management - Veux
  • Routing - Veux Router
  • Testing - Jest

Setup

  1. Run initialize the initialization script by running initialize.sh from the root of the project directory.
  2. Open up a terminal window and change into the server directory and type node app.js to run the api.
  3. In another terminal window, change directory into the client directory and type yarn serve.
  4. The application should now be fully running.

Testing

To run tests go into the root of the client folder and type yarn run test:unit. Currently only frontend tests exist.

Images

Alt text Alt text Alt text Alt text

About

An interview application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors