Skip to content

Bushogun/CoinkChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinkChallenge

Before starting you must check if you have a node version equal to or greater than 22.14.0 (do it with the node -v command) and an npm version equal to or greater than 10.9.2 (do it with the npm -v command).
It is also important to have Docker running on your PC.

  1. Go to the link Download CoinkApp
  2. Right click -> Extract here
  3. Open folder FrontAppCoink in Visual Studio Code
  4. Open project AppCoink in Visual Studio
  5. Run in CMD as Administrator:
     net stop postgresql-x64-15
  6. Change your directory to the path of AppCoink and run:
     docker rm -f postgres_users
     docker-compose down
     docker-compose build --no-cache
     docker-compose up -d
  7. Now you can run both the backend and the frontend:
    # Start the frontend with npm's development server
    npm run dev

About

This is a CRUD for Coink

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors