Skip to content
/ Rater Public

Rater is an iOS app that allows users to rate photos of each other anonymously.

Notifications You must be signed in to change notification settings

smnov/Rater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RATER

Rater is an iOS app that allows users to rate photos of each other anonymously.

Features

  • Backend created with Golang and PostgreSQL
  • Authorization with JWT

Installation

First of all you need to run backend server. For that purpose we user golang and postgres. To run server with docker use these commands.

docker-compose up

Then go to cmd/main directory

cd cmd/main

And compile and run the server

go run main.go

Server is ready for work. Now you can run xcode and start the app.

License

MIT

About

Rater is an iOS app that allows users to rate photos of each other anonymously.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages