Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
/ stacks.fyi Public archive

Full-stack web application that lets users search for tech stacks by location. Uses a NestJS backend, React frontend, and PostgreSQL database.

Notifications You must be signed in to change notification settings

OliverMKing/stacks.fyi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stacks.fyi

You can view the application live at stacks.fyi.

Running the app

Make sure you have Node version 13 or above. Use Nodist or NVM to change Node version. Be sure to also have Docker. On some versions of Windows you may need Docker toolbox. Follow the instructions in the .env_example file in the backend folder to create a .env. In order to seed the database, install indeed-job-frequency and replace the import statement with indeed-scraper Ensure you have all dependencies installed. Run yarn at the root level and in the frontend and backend folders.

Do the following to set up the database:

  • Run yarn db
  • Run yarn pretypeorm.
  • Run yarn typeorm:run
  • Run yarn db:seed

Run yarn dev to start the backend and frontend. The frontend is on port 3000 and the backend is on 3001.

About

Full-stack web application that lets users search for tech stacks by location. Uses a NestJS backend, React frontend, and PostgreSQL database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages