Skip to content

Butterski/film-repertuar-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repertuar App

POST REQUESTS ARE NOT WORKING IN DEMO (WORKING ON IT)

if you want tu acess admin panel just go to rep.buterplayground.fun/admin login and password is admin

Simple app i made using React for frontend and node.js for backend server to learn node.js and train React.

I know that it doesn't look the best but i wanted to save some time on css in order to finish it faster and focus on another project to train node.js

Database of my choice was MySql because it's the only one i know.

Run Locally

Clone the project

  git clone https://github.com/Butterski/film-repertuar-app

Go to the project directory

Open two terminals

In first one to start the app type:

  cd film-repertuar-app
  cd client
  npm install
  npm start

In the second to start the server:

  cd film-repertuar-app
  npm install
  npm start

MySql

Also you need MySql server, you can find example in this repo just import it into your MySql server :)

Docker

Maybe someday i will put this whole app into docker :D

Screenshots

App

App Screenshot

Admin panel

Admin Screenshot

About

React and node.js app for managing movie repertuars

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published