Skip to content

viniciusperrone/StackSocial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

50 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Stack Social

πŸ“„ About

The Stack Social is an application for sharing things or experience about programming. You just need to register your account and create a post.

πŸ’» Technologies

The project was developed using the following technologies:

  • ReactJS

  • NodeJS

  • Typescript

βœ” How to use the project

# In the backend folder

## Installing the dependencies

$ yarn 

## Running migrations

$ yarn knex:migration

## Running server

$ yarn dev:server

# In the frontend folder

## Installing the dependencies

$ yarn 

## Starting application

$ yarn start