Skip to content

MichaelLF107/react-bird-social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 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

  1. Clone this repository
git clone https://github.com/MichaelLF107/react-bird-social.git
  1. Install project dependencies
npm install
#or
yarn
  1. Create the .env file and place the url of your database on DATABASE_URL

  2. Run database migrations

npx prisma migrate dev

Usage

  1. Start the development server
npm run dev
#or
yarn run dev
  1. Open http://localhost:3000 on your browser

About

Simple social media project example for short message sharing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published