/twitter-backend

twitter clone front-end for Internet Engineering course - fall 99 built by go+echo

Primary LanguageGoMIT LicenseMIT

twitter backend

build twitter-like back-end for internet engeering course - fall 99

with go+echo+gorm

team mates

  1. Roozbeh Sharifnasab +
  2. Parsa Fadaee +
  3. Seyed Mohammad Farahani +

Special thanks to

  • Course instructor: Parham Alvani +
  • Teaching assistant team
    1. Mohammad Movahed +
    2. Reza Ferdowsi +
    3. Parsa Hejabi +
    4. Pouya +

Getting started

  1. Clone this repository:
git clone https://github.com/rsharifnasab/twitter-backend.git
  1. build
go build
  1. run
./twitter-backend
  1. api documentation with swagger
http://localhost:8585/swagger/index.html

inspired by real world