A social media app built with React and Node
- Access your account with a login page.
- User creation.
- Make a post.
- Like a post.
- Follow a friend.
- Light and dark themes.
- Post a clip, attachment or audio.
- Edit profile.
- Notifications and messages.
- Share a post.
- Go to the server folder
- Install dependencies:
npm install
- Set up env variables.
# .env
MONGO_URL=**********************
JWT_SECRET=**********************
PORT=**********************
- Start server:
nodemon index.js
- Go to the client folder
- Install dependencies:
npm install
- Start dev server:
npm start
This project was developed by Sergio Toshio Minei. You can find me here:
- Website: https://toshiominei.com
- Facebook: @MineiToshio
- Instagram: @MineiToshio
- Twitter: @MineiToshio
- Github: @MineiToshio
- LinkedIn: @MineiToshio