Skip to content

RohitKaushal7/socia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Socia

  • a dummy social networking website.

Project Submission Details:

Getting the project Up and Running [dev_mode] ( Installation )

  • Database - PostgreSQL

  • Backend/API Server

    Note - project runs on nodejs. if you don't have installed please install Nodejs first.

    sudo apt install nodejs

    Windows : Download from Official Site

    • switch to backend/ directory

    • install dependencies

      npm install
    • Connect Database

      • create a file named .env with this content ( replace db_username, db_password with your database username, password )
      DATABASE_URL="postgresql://db_username:db_password@localhost:5432/socia"
      JWT_SECRET="mysupersecret"
      
    • start backend server

      npm start
  • Frontend Server

    • switch to frontend/ directory
    • install dependencies
      npm install
    • start frontend server
      npm start
    • project should be running at http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published