Skip to content

MineiToshio/Sociopedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sociopedia

A social media app built with React and Node

Version Website License: MIT

🔥 Features

  • Access your account with a login page.
  • User creation.
  • Make a post.
  • Like a post.
  • Follow a friend.
  • Light and dark themes.

TODO

  • Post a clip, attachment or audio.
  • Edit profile.
  • Notifications and messages.
  • Share a post.

🛠 Installation & Set Up

Server

  1. Go to the server folder
  2. Install dependencies:
npm install
  1. Set up env variables.
# .env
MONGO_URL=**********************
JWT_SECRET=**********************
PORT=**********************
  1. Start server:
nodemon index.js

Client

  1. Go to the client folder
  2. Install dependencies:
npm install
  1. Start dev server:
npm start

👤 Author

This project was developed by Sergio Toshio Minei. You can find me here:

About

A social media app built with React and Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published