Skip to content

Ammaro173/Kutubee-task-BE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kutubee Assignment

This guide will help you to run the assignment code

  • You have to clone the repo
  • get inside client directory
  • use this command to install the backages npm install
  • In case the above command not work you have to use the following command npm install --force
  • You have to change .env.example to .env
  • Run the following command to run the code nodemon index

check the deployment

https://kutubee-task-be.herokuapp.com/admin

for sign in contact me for user and password

LoginPage

login

Landing page

landing

create new MemoryGame on backend

newGame

create new QuizGame on backend

newGame

Details and List

details

filters on List View

filters

edit and delete on List View

edit edit