Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shrianshchari/golinks-hireday-2024
https://github.com/shrianshchari/golinks-hireday-2024
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shrianshchari/golinks-hireday-2024
- Owner: shrianshChari
- Created: 2024-05-30T19:42:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T01:45:00.000Z (6 months ago)
- Last Synced: 2024-06-17T02:47:49.661Z (6 months ago)
- Language: TypeScript
- Size: 484 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golinks Hireday 2024 Project
Given to me during Golinks Hireday, which is a event where people at Golinks give us a full-stack application (whose instructions are in [this repository](./export.pdf)), we build it, and then present it to them. Within the directories are the frontend and backend.
No, I did not get hired. It is here to demonstrate my ability to be a full-stack developer, as I can develop frontend applications with React and backend applications with Express. I used TypeScript throughout the entire application.
### Frontend
Was scaffolded using [Vite](https://vitejs.dev/) with [yarn](https://yarnpkg.com/) as the package manager.
Set up the application: `yarn install`
To run this application: `yarn run dev`
### Backend
An [Express](https://expressjs.com/) server that uses [yarn](https://yarnpkg.com/) as the package manager.
Set up the application: `yarn install`
To run this application: `yarn run all`