Skip to content

Mambatukaa/minii-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

This project is a URL shortener application, consisting of server and client folders to run the client application.

Requirements

  • Node.js (version 18 or higher)
  • Go (latest version)
  • PostgreSQL

Setup Instructions

Client Side

  1. Navigate to the client folder:

    cd client
  2. Copy the sample environment file and configure it:

    cp .env.sample .env
  3. Install dependencies using either Yarn or npm:

    yarn install
    # or
    npm install
  4. Start the development server:

    yarn dev
    # or
    npm run dev

Server Side

  1. Navigate to the server/cmd folder:
    cd server/cmd
  2. Copy the sample environment file and configure it:
    cp .env.sample .env
  3. Run the server:
    go run main.go

Additional Information

Make sure PostgreSQL is installed and running, and the database configuration in the .env file is correct.

Feel free to contribute to this project by opening issues or submitting pull requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published