A Simple social media project example for short message sharing
? Preview it live on Code Sandbox
React Bird Social
This project is a simple social media, where users create a user saved locally, and can post short messages for everybody to see!. This project was built using Next.js, Prisma and Typescript.
Requirements
- Latest version of Node.js
- NPM or Yarn package manager
- Prisma CLI
Installation
- Clone this repository
git clone https://github.com/MichaelLF107/react-bird-social.git
- Install project dependencies
npm install
#or
yarn
- 
Create the .env file and place the url of your database on DATABASE_URL 
- 
Run database migrations 
npx prisma migrate dev
Usage
- Start the development server
npm run dev
#or
yarn run dev
- Open http://localhost:3000on your browser