Skip to content

This project in React is a case of study a fullstack application

Notifications You must be signed in to change notification settings

LuizKrlz/Snippetfy

Repository files navigation

SnippetFy

A web application to store and organize your development code snippets.

SnippetFy Preview

Features

  • Create and manage code snippets
  • Organize snippets by categories
  • Edit and remove snippets
  • User authentication system
  • Clean and intuitive interface

Getting Started

Prerequisites

  • Docker and Docker Compose installed on your machine

Installation

  1. Clone the repository
  2. Start the Docker containers:
docker-compose up -d
  1. Access the server container and set up the application:
# Enter the container
docker-compose exec server bash

# Install dependencies
npm install

# Run database migrations
node_modules/.bin/sequelize db:migrate

# Seed initial data
node_modules/.bin/sequelize db:seed:all

# Start development server
npm run dev

Default Access

You can login with the following credentials:

License

This project is open source and available under the MIT License.

About

This project in React is a case of study a fullstack application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published