Skip to content

PulsarBITW/movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies

Application with a collection of films

Start app

Frontend

  1. cd ./frontend
  2. npm install
  3. npm run start

Backend

  1. cd ./backend/cmd
  2. go run .

Convention Applications

Frontend

  1. API function names

Basic functions are created in the shared/api folder, these functions have the base prefix. When creating a wrapper for these functions, the base prefix is ​​removed

  1. Stores synchronized with localStorage

Add a prefix "Ls" to the names of stores that are synchronized with localStorage.
example: $LsTheme