A simple twitter like clone.
- Backend MVC Framework - Express
- UI Library - Vue
- Database - Postgres
- State Management - Veux
- Routing - Veux Router
- Testing - Jest
- Run initialize the initialization script by running
initialize.shfrom the root of the project directory. - Open up a terminal window and change into the server directory and type
node app.jsto run the api. - In another terminal window, change directory into the client directory and type
yarn serve. - The application should now be fully running.
To run tests go into the root of the client folder and type yarn run test:unit. Currently only frontend tests exist.