Skip to content

amanshaw4511/Xmeme

Repository files navigation

A meme sharing platform.

Repo Details

  • memeshare-frontend : reactjs frontend project directory.
  • memeshare-backend : spring boot backend rest project direcotry
  • install.sh : installation script for dependencies
  • server_run.sh : spring boot backend server run script

Tech Stack

  • Frontend

    • ReactJS
    • React Hooks
    • React-Bootstarp
    • JSX
    • CSS
  • Backend

    • Spring Boot
    • Spring Web
    • Spring Data
    • Spring Validation
    • MongoDB
    • Swagger
  • Others

    • Docker
    • Adding SSL (https)

Backend

Api Documentation

dependencies

  • java 11 runtime
  • postgres sql

run the install script to install dependencies and configure database

$ chomod +x install.sh
$ sudo ./install.sh

run scipt to run the backend server

$ chmod +x server_run.sh
$ ./server_run.sh

Frontend

Dependencies

  • npm

Setup

go to frontend project direcotry

$ npm install
$ npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published